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
-
objectSystem.EventArgsFeedbackStreamingEventArgs
Properties
View SourceBuffer
Audio streaming data
Declaration
public byte[] Buffer { get; }
Property Value
Type | Description |
---|---|
byte[] |
FeedbackType
TTS feedback type
Declaration
public FeedbackType FeedbackType { get; }
Property Value
Type | Description |
---|---|
FeedbackType |