Class RecognitionResultUpdatedEventArgs
Definition
- Namespace:
- Tizen.Uix.VoiceControlManager
- Assembly:
- Tizen.Uix.VoiceControlManager.dll
The recognition result from the engine. If the duplicated commands are recognized, the event(e.g. Result.Rejected) of a command may be rejected for selecting the command as a priority. If you set similar or same commands, or the recognized results are multi-results, the CommandList has multi commands.
C#Copypublic class RecognitionResultUpdatedEventArgs : IDisposable
- Inheritance
-
objectRecognitionResultUpdatedEventArgs
- Implements
-
System.IDisposable
Properties
Declaration
C#Copypublic IEnumerable<VoiceCommand> Commands { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<T><VoiceCommand> |
Declaration
C#Copypublic string RecognizedText { get; }
Property Value
Type | Description |
---|---|
string |
Declaration
C#Copypublic RecognizedResult Result { get; }
Property Value
Type | Description |
---|---|
RecognizedResult |
Methods
Declaration
C#Copypublic void Dispose()
Declaration
C#Copyprotected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing | If true, disposes any disposable objects. If false, does not dispose disposable objects. |
View Source
~RecognitionResultUpdatedEventArgs()
The destructor of the RecognitionResultEventArgs class.
Declaration
C#Copyprotected ~RecognitionResultUpdatedEventArgs()
Implements
System.IDisposable