Class RecognitionResultEventArgs
Definition
- Assembly:
- Tizen.Uix.Stt.dll
The recognition result from the engine.
public class RecognitionResultEventArgs
- Inheritance
-
objectRecognition
Result Event Args
Properties
View SourceData
The result text.
Declaration
public IEnumerable<string> Data { get; }
Property Value
Type | Description |
---|---|
System. |
DataCount
Returns the result text count.
Declaration
public int DataCount { get; }
Property Value
Type | Description |
---|---|
int |
Message
The engine message.
Declaration
public ResultMessage Message { get; }
Property Value
Type | Description |
---|---|
Result |
Result
The result event.
Declaration
public ResultEvent Result { get; }
Property Value
Type | Description |
---|---|
Result |