Class RecognitionResult
Definition
- Namespace:
- Tizen.Uix.VoiceControl
- Assembly:
- Tizen.Uix.VoiceControl.dll
- API Level:
- 3
The recognition result from the engine. If the duplicated commands are recognized, the event(e.g. Result.Rejected) of a command may be rejected for selecting the command as a priority. If you set similar or same commands, or the recognized results are multi-results, the CommandList has multi commands.
C#Copypublic class RecognitionResult
- Inheritance
-
RecognitionResult
Properties
Declaration
C#Copypublic VoiceCommandList CommandList { get; }
Property Value
Type | Description |
---|---|
VoiceCommandList |
API Level: 3
Declaration
C#Copypublic ResultEvent Result { get; }
Property Value
Type | Description |
---|---|
ResultEvent |
API Level: 3
Declaration
C#Copypublic string ResultMessage { get; }
Property Value
Type | Description |
---|---|
System.String |