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
Public property AudioPosition Gets the location in the input audio stream for the start of the recognized audio.
Public property Duration Gets the duration of the input audio stream for the recognized audio.
Public property Format Gets the format of the audio processed by a recognition engine.
Public property StartTime Gets the system time at the start of the recognition operation.

Top

Methods

  Name Description
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetRange Selects and returns a section of the current recognized audio as binary data.
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method ToString (inherited from Object)
Public method WriteToAudioStream Writes the entire audio to a stream as raw data.
Public method WriteToWaveStream Writes audio to a stream in Wave format.

Top

See Also

Reference

RecognizedAudio Class

Microsoft.Speech.Recognition Namespace