Class ErrorOccurredEventArgs

    Definition

    Namespace:
    Tizen.Uix.Stt
    Assembly:
    Tizen.Uix.Stt.dll

    This class holds information related to the STT ErrorOccurred event.

    public class ErrorOccurredEventArgs
    Inheritance
    object
    ErrorOccurredEventArgs

    Properties

    View Source

    ErrorMessage

    Gets the current error message.

    Declaration
    public string ErrorMessage { get; }
    Property Value
    Type Description
    string

    String error message.

    View Source

    ErrorValue

    The error value.

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