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.
public class SpecificEngineResultEventArgs : EventArgs
- Inheritance
Properties
View SourceEngineAppId
The specific engine's app id
Declaration
public string EngineAppId { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceEngineEventType
The specific engine event type
Declaration
public string EngineEventType { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceResult
The specific engine result
Declaration
public string Result { get; }
Property Value
Type | Description |
---|---|
String |