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
-
object
System.EventArgs
VcTtsStreamingEventArgs
Properties
Declaration
public string AppId { get; }
Property Value
Declaration
public byte[] Buffer { get; }
Property Value
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
Declaration
public int UtteranceId { get; }
Property Value