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
-
System.Object
RecognitionResultUpdatedEventArgs
- Implements
-
System.IDisposable
Properties
Declaration
public IEnumerable<VoiceCommand> Commands { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<VoiceCommand> |
|
API Level: 6
Declaration
public string RecognizedText { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 6
View Source
Result
The result of recognizing a VoiceCommand.
Declaration
public RecognizedResult Result { get; }
Property Value
API Level: 6
Methods
View Source
Dispose()
Release any unmanaged resources used by this object.
Declaration
API Level: 6
View Source
Dispose(Boolean)
Release any unmanaged resources used by this object.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
If true, disposes any disposable objects. If false, does not dispose disposable objects.
|
API Level: 6
View Source
Finalize()
The destructor of the RecognitionResultEventArgs class.
Declaration
protected void Finalize()
API Level: 6
Implements
System.IDisposable