Class VcTtsStreamingEventArgs

    Definition

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

    This Class contains the vc client sends audio streaming for TTS feedback.

    public class VcTtsStreamingEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    VcTtsStreamingEventArgs

    Properties

    View Source

    AppId

    The application id of the vc client

    Declaration
    public string AppId { get; }
    Property Value
    Type Description
    string
    View Source

    Buffer

    Audio streaming data

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

    FeedbackType

    TTS feedback event which knows current status, app should receive until finish events comes up.

    Declaration
    public FeedbackType FeedbackType { get; }
    Property Value
    Type Description
    FeedbackType
    View Source

    UtteranceId

    The utterance id

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