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
    object
    System.EventArgs
    FeedbackStreamingEventArgs

    Properties

    View Source

    Buffer

    Audio streaming data

    Declaration
    public byte[] Buffer { get; }
    Property Value
    Type Description
    byte[]
    View Source

    FeedbackType

    TTS feedback type

    Declaration
    public FeedbackType FeedbackType { get; }
    Property Value
    Type Description
    FeedbackType
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX