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#
Copy
public class AllRecognitionResultEventArgs : EventArgs
Inheritance
System.Object
AllRecognitionResultEventArgs

Properties

View Source

Message

Engine message, it can be one of the below:

  1. "vc.result.message.none"
  2. "vc.result.message.asr.result.consumed"
  3. "vc.result.message.error.too.loud"
Declaration
C#
Copy
public string Message { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

RecognizedText

The recognized text.

Declaration
C#
Copy
public string RecognizedText { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

Result

The result of recognizing a VoiceCommand.

Declaration
C#
Copy
public RecognizedResult Result { get; }
Property Value
Type Description
RecognizedResult
API Level: 6