| RecognitionResult Class |
Namespace: Microsoft.CognitiveServices.SpeechRecognition
public class RecognitionResult
The RecognitionResult type exposes the following members.
| 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.) |
| Name | Description | |
|---|---|---|
| RecognitionStatus |
Status on how the recognition was produced. For example, was it produced as
a result of successful reco, or as a result of canceling the connection, etc...
| |
| Results |
A set of n-best confidence values and recognized texts
|