Class RecognitionResultUpdatedEventArgs
Definition
- Namespace:
- Tizen.Uix.VoiceControlManager
- Assembly:
- Tizen.Uix.VoiceControlManager.dll
- API Level:
- 6
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.
public class RecognitionResultUpdatedEventArgs : IDisposable
- Inheritance
-
RecognitionResultUpdatedEventArgs
- Implements
Properties
View SourceCommands
The recognized command list.
Declaration
public IEnumerable<VoiceCommand> Commands { get; }
Property Value
Type | Description |
---|---|
IEnumerable<VoiceCommand> |
API Level: 6
View SourceRecognizedText
The recognized text.
Declaration
public string RecognizedText { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceResult
The result of recognizing a VoiceCommand.
Declaration
public RecognizedResult Result { get; }
Property Value
Type | Description |
---|---|
RecognizedResult |
API Level: 6
Methods
View SourceDispose()
Release any unmanaged resources used by this object.
Declaration
public void Dispose()
API Level: 6
View SourceDispose(Boolean)
Release any unmanaged resources used by this object.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
Boolean | disposing | If true, disposes any disposable objects. If false, does not dispose disposable objects. |
API Level: 6
View SourceFinalize()
The destructor of the RecognitionResultEventArgs class.
Declaration
protected void Finalize()