Class PreRecognitionResultUpdatedEventArgs

Definition

Namespace:
Tizen.Uix.VoiceControlManager
Assembly:
Tizen.Uix.VoiceControlManager.dll

This Class contains the pre recognition results(partial ASR) from vc-daemon.

C#
Copy
public class PreRecognitionResultUpdatedEventArgs : EventArgs
Inheritance
System.Object
PreRecognitionResultUpdatedEventArgs

Properties

View Source

Result

Result ASR text

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

ResultEvent

The pre result event

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