







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. |
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. |