Class RecognitionResult

Definition

Namespace:
Tizen.Uix.VoiceControl
Assembly:
Tizen.Uix.VoiceControl.dll
API Level:
3

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#
Copy
public class RecognitionResult
Inheritance
RecognitionResult

Properties

View Source

CommandList

The recognized command list.

Declaration
C#
Copy
public VoiceCommandList CommandList { get; }
Property Value
Type Description
VoiceCommandList
API Level: 3
View Source

Result

The result event.

Declaration
C#
Copy
public ResultEvent Result { get; }
Property Value
Type Description
ResultEvent
API Level: 3
View Source

ResultMessage

The spoken text.

Declaration
C#
Copy
public string ResultMessage { get; }
Property Value
Type Description
System.String
API Level: 3