Class sttStreamingEventArgs

    Definition

    Namespace:
    Tizen.AIAvatar
    Assembly:
    Tizen.AIAvatar.dll

    Provides data for STT streaming events.

    public class sttStreamingEventArgs : EventArgs
    Inheritance
    object
    sttStreamingEventArgs

    Properties

    View Source

    Error

    Gets or sets the error message, if any, during the STT process.

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

    Interim

    Gets or sets a value indicating whether the text is interim.

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

    Text

    Gets or sets the transcribed text from the STT process.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX