Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
RecognizedAudio Members
Include Protected Members
Include Inherited Members
Represents audio input that is associated with a RecognitionResult.
The RecognizedAudio type exposes the following members.
Properties
Name | Description | |
---|---|---|
AudioPosition | Gets the location in the input audio stream for the start of the recognized audio. | |
Duration | Gets the duration of the input audio stream for the recognized audio. | |
Format | Gets the format of the audio processed by a recognition engine. | |
StartTime | Gets the system time at the start of the recognition operation. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetRange | Selects and returns a section of the current recognized audio as binary data. | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) | |
WriteToAudioStream | Writes the entire audio to a stream as raw data. | |
WriteToWaveStream | Writes audio to a stream in Wave format. |
Top