Search Results for

    Show / Hide Table of Contents

    Class SherpaOnnxUtility

    Inheritance
    object
    SherpaOnnxUtility
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.SherpaOnnx
    Assembly: Glitch9.AIDevKit.Provider.SherpaOnnx.dll
    Syntax
    public static class SherpaOnnxUtility

    Methods

    | Edit this page View Source

    FindFileByPattern(string, string)

    Declaration
    public static string FindFileByPattern(string modelRoot, string searchPattern)
    Parameters
    Type Name Description
    string modelRoot
    string searchPattern
    Returns
    Type Description
    string
    | Edit this page View Source

    GetPluginsRootPath()

    Declaration
    public static string GetPluginsRootPath()
    Returns
    Type Description
    string
    | Edit this page View Source

    GetVoiceList(string)

    Declaration
    public static string[] GetVoiceList(string ttsModelId)
    Parameters
    Type Name Description
    string ttsModelId
    Returns
    Type Description
    string[]
    | Edit this page View Source

    ResolvePath(string)

    Declaration
    public static string ResolvePath(string path)
    Parameters
    Type Name Description
    string path
    Returns
    Type Description
    string
    | Edit this page View Source

    ScanModelFolders(string)

    Declaration
    public static IEnumerable<string> ScanModelFolders(string rootPath)
    Parameters
    Type Name Description
    string rootPath
    Returns
    Type Description
    IEnumerable<string>
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation