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