Class FeedbackStreamingEventArgs

Definition

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

This Class contains the pre recognition results(partial ASR) from vc-daemon.

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

Properties

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 type

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