Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
AudioSignalProblemOccurredEventArgs Members
Include Protected Members
Include Inherited Members
Provides data for the AudioSignalProblemOccurred event.
The AudioSignalProblemOccurredEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
AudioLevel | Gets the audio level associated with the event. | |
AudioPosition | Gets the position in the input device's audio stream that indicates where the problem occurred. | |
AudioSignalProblem | Gets the audio signal problem. | |
RecognizerAudioPosition | Gets the recognizer audio position associated with the event. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top