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 | |
---|---|---|
RecognizedWordUnit | Initializes a new instance of the RecognizedWordUnit class. |
Top
Properties
Name | Description | |
---|---|---|
AudioDuration | Gets the time interval that represents the length of the audio signal for the word. | |
AudioPosition | Gets the location in the input device's audio stream when recognition of the word began. | |
Confidence | Gets a value, assigned by the recognizer, that represents the likelihood that a recognized word matches a given input. | |
DisplayAttributes | Gets formatting information used in creating the text output from the current RecognizedWordUnit instance. | |
LexicalForm | Gets the unnormalized text of a recognized word. | |
Pronunciation | Gets the phonetic spelling of a recognized word. | |
Text | Gets the normalized text for a recognized word. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top