Class VcTtsStreamingEventArgs
Definition
- Namespace:
- Tizen.Uix.VoiceControlManager
- Assembly:
- Tizen.Uix.VoiceControlManager.dll
This Class contains the vc client sends audio streaming for TTS feedback.
public class VcTtsStreamingEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsVcTtsStreamingEventArgs
Properties
View SourceAppId
The application id of the vc client
Declaration
public string AppId { get; }
Property Value
Type | Description |
---|---|
string |
Buffer
Audio streaming data
Declaration
public byte[] Buffer { get; }
Property Value
Type | Description |
---|---|
byte[] |
FeedbackType
TTS feedback event which knows current status, app should receive until finish events comes up.
Declaration
public FeedbackType FeedbackType { get; }
Property Value
Type | Description |
---|---|
FeedbackType |
UtteranceId
The utterance id
Declaration
public int UtteranceId { get; }
Property Value
Type | Description |
---|---|
int |