RecognizedAudio Members
Represents audio input a recognition engine used to generate candidate phrases result.
The following tables list the members exposed by the RecognizedAudio type.
Public Properties
Name | Description | |
---|---|---|
AudioPosition | Gets the position in a recognition engine's audio stream of the audio input it processed. | |
Duration | Gets the length of the audio input a recognition engine processed. | |
Format | Gets the audio format in processed by an recognition engine. | |
StartTime | Gets the time audio input began. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetRange | Selects and returns a subsection of section of the current recognized audio as pure binary data. | |
GetType | (inherited from Object ) | |
ReferenceEquals | (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
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
RecognizedAudio Class
Microsoft.Speech.Recognition Namespace
SpeechRecognizer
RecognitionEventArgs Class
SpeechHypothesizedEventArgs
SpeechRecognizedEventArgs
SpeechRecognitionRejectedEventArgs
SpeechHypothesized
SpeechRecognized
SpeechRecognitionRejected
SpeechHypothesized
SpeechRecognized
SpeechRecognitionRejected
Grammar.SpeechRecognized Event
EmulateRecognize
EmulateRecognizeAsync