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
Properties
View SourceAppId
The application id of the vc client
Declaration
public string AppId { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceBuffer
Audio streaming data
Declaration
public byte[] Buffer { get; }
Property Value
Type | Description |
---|---|
Byte[] |
API Level: 6
View SourceFeedbackType
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 |
API Level: 6
View SourceUtteranceId
The utterance id
Declaration
public int UtteranceId { get; }
Property Value
Type | Description |
---|---|
Int32 |