Class RecognitionResult
Definition
- Namespace:
- Tizen.Uix.VoiceControl
- Assembly:
- Tizen.Uix.VoiceControl.dll
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.
public class RecognitionResult
- Inheritance
-
objectRecognitionResult
Properties
View SourceCommandList
The recognized command list.
Declaration
public VoiceCommandList CommandList { get; }
Property Value
Type | Description |
---|---|
VoiceCommandList |
Result
The result event.
Declaration
public ResultEvent Result { get; }
Property Value
Type | Description |
---|---|
ResultEvent |
ResultMessage
The spoken text.
Declaration
public string ResultMessage { get; }
Property Value
Type | Description |
---|---|
string |