RecognizedPhrase Members
Represents detailed information about a candidate phrase found by a recognition engine as matching audio input.
The following tables list the members exposed by the RecognizedPhrase type.
Public Properties
Name | Description | |
---|---|---|
Confidence | Returns the measure of certainty for a RecognizedPhrase returned by a recognition engine. | |
Grammar | Returns the Grammar used by a recognition engine to return the current RecognizedPhrase. | |
HomophoneGroupId | Returns the identifier for the group from which the homophones available on an instance of RecognizedPhrase are derived. | |
Homophones | Returns a collection of homophones for the current recognized phrase. | |
ReplacementWordUnits | Returns information about the location and content of text originally recognized and then replaced by text normalization when a recognition engine creates the value of the Text property on an instance of RecognizedPhrase. | |
Semantics | Returns the any of semantic logic of a Grammar that was used to return a RecognizedPhrase. | |
Text | Returns the normalized text obtained by a recognition engine from audio input. | |
Words | Returns text obtained from audio input from a recognition engine as a ReadOnlyCollection of RecognizedWordUnit instances. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
ConstructSmlFromSemantics | Constructs an object containing a valid Semantic Markup Language (SML) based description of the semantics of a Grammar used to obtain the current instance of RecognizedPhrase. | |
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
RecognizedPhrase Class
Microsoft.Speech.Recognition Namespace
RecognitionResult Class
RecognizedWordUnit