Search Results for

    Show / Hide Table of Contents

    Struct SherpaOnnxResolvedSttModelFiles

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.AIDevKit.SherpaOnnx
    Assembly: Glitch9.AIDevKit.Provider.SherpaOnnx.dll
    Syntax
    public readonly struct SherpaOnnxResolvedSttModelFiles

    Constructors

    | Edit this page View Source

    SherpaOnnxResolvedSttModelFiles(string, string, string, string, string, SherpaOnnxSttMode)

    Declaration
    public SherpaOnnxResolvedSttModelFiles(string modelRoot, string tokens, string encoder, string decoder, string joiner, SherpaOnnxSttMode mode)
    Parameters
    Type Name Description
    string modelRoot
    string tokens
    string encoder
    string decoder
    string joiner
    SherpaOnnxSttMode mode

    Fields

    | Edit this page View Source

    Decoder

    Declaration
    public readonly string Decoder
    Field Value
    Type Description
    string
    | Edit this page View Source

    Encoder

    Declaration
    public readonly string Encoder
    Field Value
    Type Description
    string
    | Edit this page View Source

    Joiner

    Declaration
    public readonly string Joiner
    Field Value
    Type Description
    string
    | Edit this page View Source

    Mode

    Declaration
    public readonly SherpaOnnxSttMode Mode
    Field Value
    Type Description
    SherpaOnnxSttMode
    | Edit this page View Source

    ModelRoot

    Declaration
    public readonly string ModelRoot
    Field Value
    Type Description
    string
    | Edit this page View Source

    Tokens

    Declaration
    public readonly string Tokens
    Field Value
    Type Description
    string

    Extension Methods

    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetHashCodeOrDefault<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation