RecognizedAudio Members

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Represents audio input that is associated with a RecognitionResult.

The RecognizedAudio type exposes the following members.

Properties

  NameDescription
Public propertyAudioPositionGets the location in the input audio stream for the start of the recognized audio.
Public propertyDurationGets the duration of the input audio stream for the recognized audio.
Public propertyFormatGets the format of the audio processed by a recognition engine.
Public propertyStartTimeGets the system time at the start of the recognition operation.
Top

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRangeSelects and returns a section of the current recognized audio as binary data.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodWriteToAudioStreamWrites the entire audio to a stream as raw data.
Public methodWriteToWaveStreamWrites audio to a stream in Wave format.
Top

See Also