Class EngineChangedEventArgs

    Definition

    Namespace:
    Tizen.Uix.Stt
    Assembly:
    Tizen.Uix.Stt.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

    Language

    The default language.

    Declaration
    public string Language { 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

    SupportSilence

    Whether silence detection is supported or not.

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