Class FeedbackStreamingEventArgs
Definition
- Namespace:
- Tizen.Uix.VoiceControlManager
- Assembly:
- Tizen.Uix.VoiceControlManager.dll
This Class contains the pre recognition results(partial ASR) from vc-daemon.
public class FeedbackStreamingEventArgs : EventArgs
- Inheritance
Properties
View SourceBuffer
Audio streaming data
Declaration
public byte[] Buffer { get; }
Property Value
Type | Description |
---|---|
Byte[] |
API Level: 6
View SourceFeedbackType
TTS feedback type
Declaration
public FeedbackType FeedbackType { get; }
Property Value
Type | Description |
---|---|
FeedbackType |