Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

RecognizedWordUnit Members

Include Protected Members
Include Inherited Members

Provides the atomic unit of recognized speech.

The RecognizedWordUnit type exposes the following members.

Constructors

  Name Description
Public method RecognizedWordUnit Initializes a new instance of the RecognizedWordUnit class.

Top

Properties

  Name Description
Public property AudioDuration Gets the time interval that represents the length of the audio signal for the word.
Public property AudioPosition Gets the location in the input device's audio stream when recognition of the word began.
Public property Confidence Gets a value, assigned by the recognizer, that represents the likelihood that a recognized word matches a given input.
Public property DisplayAttributes Gets formatting information used in creating the text output from the current RecognizedWordUnit instance.
Public property LexicalForm Gets the unnormalized text of a recognized word.
Public property Pronunciation Gets the phonetic spelling of a recognized word.
Public property Text Gets the normalized text for a recognized word.

Top

Methods

  Name Description
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method ToString (inherited from Object)

Top

See Also

Reference

RecognizedWordUnit Class

Microsoft.Speech.Recognition Namespace