Class PreRecognitionResultUpdatedEventArgs
Definition
- Namespace:
- Tizen.Uix.VoiceControlManager
- Assembly:
- Tizen.Uix.VoiceControlManager.dll
This Class contains the pre recognition results(partial ASR) from vc-daemon.
public class PreRecognitionResultUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsPreRecognitionResultUpdatedEventArgs
Properties
View SourceResult
Result ASR text
Declaration
public string Result { get; }
Property Value
Type | Description |
---|---|
string |
ResultEvent
The pre result event
Declaration
public PreResultEventType ResultEvent { get; }
Property Value
Type | Description |
---|---|
PreResultEventType |