RecognizedWordUnit Members |
RecognizedWordUnit Class Constructors Methods Properties See Also Send Feedback |
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. |
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. |
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.) |