Class SpecificEngineResultEventArgs

Definition

Namespace:
Tizen.Uix.VoiceControlManager
Assembly:
Tizen.Uix.VoiceControlManager.dll
API Level:
6

This Class contains the gets specific engine's result from vc-service.

C#
Copy
public class SpecificEngineResultEventArgs : EventArgs
Inheritance
System.Object
SpecificEngineResultEventArgs

Properties

View Source

EngineAppId

The specific engine's app id

Declaration
C#
Copy
public string EngineAppId { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

EngineEventType

The specific engine event type

Declaration
C#
Copy
public string EngineEventType { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

Result

The specific engine result

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