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
-
System.Object
VcTtsStreamingEventArgs
Properties
Declaration
public string AppId { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 6
Declaration
public byte[] Buffer { get; }
Property Value
API Level: 6
View Source
FeedbackType
TTS feedback event which knows current status, app should receive until finish events comes up.
Declaration
public FeedbackType FeedbackType { get; }
Property Value
API Level: 6
Declaration
public int UtteranceId { get; }
Property Value
Type |
Description |
System.Int32 |
|
API Level: 6