The RecognitionResult type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RecognitionResult |
Creates a new instance of the class RecognitionResult |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| GetText | Overloaded. | |
| GetType | Gets the Type of the current instance. | |
| MemberwiseClone | Creates a shallow copy of the current Object. | |
| SpeakAudio | Overloaded. | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Confidence |
Returns a confidence of the rule for this result.
| |
| Properties |
Returns properties ISpeechPhraseProperties of result.
| |
| Rule |
Returns a grammar rule ISpeechPhraseRule which was used during recognition.
| |
| Text |
Gets the recognized string.
|