Class EngineChangedEventArgs

    Definition

    Namespace:
    Tizen.Uix.Tts
    Assembly:
    Tizen.Uix.Tts.dll

    This class holds information related to the EngineChanged event.

    public class EngineChangedEventArgs
    Inheritance
    object
    EngineChangedEventArgs

    Properties

    View Source

    EngineId

    The engine ID.

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

    NeedCredential

    The necessity of the credential.

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

    VoiceType

    The supported voice.

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