AudioLevel Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets the level of the audio being received by the SpeechRecognitionEngine.

Namespace:  Microsoft.Speech.Recognition
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property AudioLevel As Integer
	Get
Visual Basic (Usage)
Dim instance As SpeechRecognitionEngine
Dim value As Integer

value = instance.AudioLevel
C#
public int AudioLevel { get; }

Property Value

Type: System..::..Int32

The audio level of the input to the speech recognizer, from 0 through 100.

Remarks

The value 0 represents silence, and 100 represents the maximum input volume.

See Also