Search Results for

    Show / Hide Table of Contents

    Struct SherpaOnnxResolvedTtsModelFiles

    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 SherpaOnnxResolvedTtsModelFiles

    Constructors

    | Edit this page View Source

    SherpaOnnxResolvedTtsModelFiles(string, string, string, string, string, string, string)

    Declaration
    public SherpaOnnxResolvedTtsModelFiles(string modelRoot, string model, string tokens, string lexicon, string dataDir, string dictDir, string voices)
    Parameters
    Type Name Description
    string modelRoot
    string model
    string tokens
    string lexicon
    string dataDir
    string dictDir
    string voices

    Fields

    | Edit this page View Source

    DataDir

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

    DictDir

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

    Lexicon

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

    Model

    Declaration
    public readonly string Model
    Field Value
    Type Description
    string
    | 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
    | Edit this page View Source

    Voices

    Declaration
    public readonly string Voices
    Field Value
    Type Description
    string

    Properties

    | Edit this page View Source

    IsKokoro

    Declaration
    public bool IsKokoro { get; }
    Property Value
    Type Description
    bool

    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