SpeechRecognitionEngine.AudioLevel 屬性

定義

取得 SpeechRecognitionEngine 所接收的音訊層級。

public:
 property int AudioLevel { int get(); };
public int AudioLevel { get; }
member this.AudioLevel : int
Public ReadOnly Property AudioLevel As Integer

屬性值

語音辨識器的輸入音量,大小從 0 到 100。

備註

值 0 代表無聲,而 100 代表輸入音量上限。

適用於

另請參閱