ModelType

使用するAIノイズキャンセルモデルの種類を表します。

モデルによって処理速度・計算コスト・ノイズ抑制効果が異なります。

Entries

Link copied to clipboard

最も高速かつ軽量なモデル。

Link copied to clipboard

処理速度、計算コスト、ノイズ抑制効果のバランスが取れたモデル。

Link copied to clipboard

計算コストが比較的高いが、ノイズ抑制効果が最も高いモデル

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.