Class SpecificEngineResultEventArgs
Definition
- Namespace:
- Tizen.Uix.VoiceControlManager
- Assembly:
- Tizen.Uix.VoiceControlManager.dll
This Class contains the gets specific engine's result from vc-service.
public class SpecificEngineResultEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsSpecificEngineResultEventArgs
Properties
View SourceEngineAppId
The specific engine's app id
Declaration
public string EngineAppId { get; }
Property Value
Type | Description |
---|---|
string |
EngineEventType
The specific engine event type
Declaration
public string EngineEventType { get; }
Property Value
Type | Description |
---|---|
string |
Result
The specific engine result
Declaration
public string Result { get; }
Property Value
Type | Description |
---|---|
string |