Class AllRecognitionResultEventArgs
Definition
- Namespace:
- Tizen.Uix.VoiceControlManager
- Assembly:
- Tizen.Uix.VoiceControlManager.dll
This class contains the all recognition results from vc-daemon.
public class AllRecognitionResultEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsAllRecognitionResultEventArgs
Properties
View SourceMessage
Engine message, it can be one of the below:
- "vc.result.message.none"
- "vc.result.message.asr.result.consumed"
- "vc.result.message.error.too.loud"
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
string |
RecognizedText
The recognized text.
Declaration
public string RecognizedText { get; }
Property Value
Type | Description |
---|---|
string |
Result
The result of recognizing a VoiceCommand.
Declaration
public RecognizedResult Result { get; }
Property Value
Type | Description |
---|---|
RecognizedResult |