Class VcTtsStreamingEventArgs

Definition

Namespace:
Tizen.Uix.VoiceControlManager
Assembly:
Tizen.Uix.VoiceControlManager.dll

This Class contains the vc client sends audio streaming for TTS feedback.

C#
Copy
public class VcTtsStreamingEventArgs : EventArgs
Inheritance
System.Object
VcTtsStreamingEventArgs

Properties

View Source

AppId

The application id of the vc client

Declaration
C#
Copy
public string AppId { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

Buffer

Audio streaming data

Declaration
C#
Copy
public byte[] Buffer { get; }
Property Value
Type Description
System.Byte[]
API Level: 6
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
FeedbackType
API Level: 6
View Source

UtteranceId

The utterance id

Declaration
C#
Copy
public int UtteranceId { get; }
Property Value
Type Description
Int32
API Level: 6