Class VcTtsStreamingEventArgs
Definition
- Namespace:
- Tizen.Uix.Voice
Control Manager
- Assembly:
- Tizen.Uix.VoiceControlManager.dll
This Class contains the vc client sends audio streaming for TTS feedback.
C#
Copy
public class VcTtsStreamingEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args VcTts Streaming Event Args
Properties
Declaration
C#
Copy
public string AppId { get; }
Property Value
Type | Description |
---|---|
string |
Declaration
C#
Copy
public byte[] Buffer { get; }
Property Value
Type | Description |
---|---|
byte[] |
View Source
FeedbackType
TTS feedback event which knows current status, app should receive until finish events comes up.
Declaration
C#
Copy
public FeedbackType FeedbackType { get; }
Property Value
Type | Description |
---|---|
Feedback |
Declaration
C#
Copy
public int UtteranceId { get; }
Property Value
Type | Description |
---|---|
int |