Class RecognitionResultEventArgs
Definition
- Assembly:
- Tizen.Uix.Stt.dll
The recognition result from the engine.
public class RecognitionResultEventArgs
- Inheritance
-
objectRecognitionResultEventArgs
Properties
View SourceData
The result text.
Declaration
public IEnumerable<string> Data { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<T><string> |
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 |
---|---|
ResultMessage |
Result
The result event.
Declaration
public ResultEvent Result { get; }
Property Value
Type | Description |
---|---|
ResultEvent |