Class FeedbackStreamingEventArgs
Definition
- Namespace:
- Tizen.Uix.Voice
Control Manager
- Assembly:
- Tizen.Uix.VoiceControlManager.dll
This Class contains the pre recognition results(partial ASR) from vc-daemon.
C#
Copy
public class FeedbackStreamingEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args FeedbackStreaming Event Args
Properties
Declaration
C#
Copy
public byte[] Buffer { get; }
Property Value
Type | Description |
---|---|
byte[] |
Declaration
C#
Copy
public FeedbackType FeedbackType { get; }
Property Value
Type | Description |
---|---|
Feedback |