SpeechRecognitionUIResult class
The result of a speech recognition session that was initiated by the SpeechRecognizerUI object.
Syntax
Members
The SpeechRecognitionUIResult class has these types of members:
Properties
The SpeechRecognitionUIResult class has these properties.
Property | Access type | Description |
---|---|---|
Read-only | Gets the result of the speech recognition session that was initiated by the SpeechRecognizerUI object. | |
Read-only | Gets the status of the speech recognition session that was initiated by the SpeechRecognizerUI object. |
Remarks
The SpeechRecognitionUIResult class can't be instantiated directly. An instance of the class can be obtained by accessing the return value of the RecognizeWithUIAsync method.
Requirements
Minimum supported client |
None supported |
---|---|
Minimum supported server |
None supported |
Minimum supported phone |
Windows Phone 8 |
Namespace |
|
Metadata |
|
Capabilities |
|
Attributes
- [MarshalingBehavior(Agile)]
- [Version(0x06020000)]
See also