Definition
- Namespace:
- Tizen.Uix.Stt
- Assembly:
- Tizen.Uix.Stt.dll
- API Level:
- 3
The recognition result from the engine.
public class RecognitionResultEventArgs
- Inheritance
-
System.Object
RecognitionResultEventArgs
Properties
Declaration
public IEnumerable<string> Data { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
API Level: 3
Declaration
public int DataCount { get; }
Property Value
API Level: 3
Declaration
public ResultMessage Message { get; }
Property Value
API Level: 3
Declaration
public ResultEvent Result { get; }
Property Value
API Level: 3