Class sttStreamingEventArgs
Definition
- Assembly:
- Tizen.AIAvatar.dll
Provides data for STT streaming events.
public class sttStreamingEventArgs : EventArgs
- Inheritance
-
objectsttStreamingEventArgs
Properties
View SourceError
Gets or sets the error message, if any, during the STT process.
Declaration
public string Error { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Interim
Gets or sets a value indicating whether the text is interim.
Declaration
public bool Interim { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Text
Gets or sets the transcribed text from the STT process.
Declaration
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |