Class AllRecognitionResultEventArgs
Definition
- Namespace:
- Tizen.Uix.VoiceControlManager
- Assembly:
- Tizen.Uix.VoiceControlManager.dll
- API Level:
- 6
This class contains the all recognition results from vc-daemon.
C#Copypublic class AllRecognitionResultEventArgs : EventArgs
- Inheritance
Properties
View Source
Message
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
C#Copypublic string Message { get; }
Property Value
Type | Description |
---|---|
System.String |
API Level: 6
Declaration
C#Copypublic string RecognizedText { get; }
Property Value
Type | Description |
---|---|
System.String |
API Level: 6
Declaration
C#Copypublic RecognizedResult Result { get; }
Property Value
Type | Description |
---|---|
RecognizedResult |