RecognizedWordUnit Members

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Provides the atomic unit of recognized speech.

The RecognizedWordUnit type exposes the following members.

Constructors

  NameDescription
Public methodRecognizedWordUnitInitializes a new instance of the RecognizedWordUnit class.
Top

Properties

  NameDescription
Public propertyAudioDurationGets the time interval that represents the length of the audio signal for the word.
Public propertyAudioPositionGets the location in the input device's audio stream when recognition of the word began.
Public propertyConfidenceGets a value, assigned by the recognizer, that represents the likelihood that a recognized word matches a given input.
Public propertyDisplayAttributesGets formatting information used in creating the text output from the current RecognizedWordUnit instance.
Public propertyLexicalFormGets the unnormalized text of a recognized word.
Public propertyPronunciationGets the phonetic spelling of a recognized word.
Public propertyTextGets the normalized text for a recognized word.
Top

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

See Also