SpeechRecognitionEngine.AudioLevel 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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 代表輸入音量上限。