Search Results for

    Show / Hide Table of Contents

    Class SherpaOnnxClient

    Inheritance
    object
    RESTClient
    ApiClient<SherpaOnnxClient, Api, SherpaOnnxSettings>
    AIClient<SherpaOnnxClient, SherpaOnnxSettings>
    SherpaOnnxClient
    Implements
    IApiClient
    Inherited Members
    AIClient<SherpaOnnxClient, SherpaOnnxSettings>.ResolveApiKey(string)
    AIClient<SherpaOnnxClient, SherpaOnnxSettings>.GetVersion(string)
    AIClient<SherpaOnnxClient, SherpaOnnxSettings>.ResolveBetaVersion(string)
    ApiClient<SherpaOnnxClient, Api, SherpaOnnxSettings>.DefaultInstance
    ApiClient<SherpaOnnxClient, Api, SherpaOnnxSettings>.Name
    ApiClient<SherpaOnnxClient, Api, SherpaOnnxSettings>.BaseUrl
    ApiClient<SherpaOnnxClient, Api, SherpaOnnxSettings>.Api
    ApiClient<SherpaOnnxClient, Api, SherpaOnnxSettings>.BaseRequestParameters
    ApiClient<SherpaOnnxClient, Api, SherpaOnnxSettings>.AdditionalHeaders
    ApiClient<SherpaOnnxClient, Api, SherpaOnnxSettings>.RequiresApiKey
    ApiClient<SherpaOnnxClient, Api, SherpaOnnxSettings>.Settings
    ApiClient<SherpaOnnxClient, Api, SherpaOnnxSettings>.POSTAsync<TBody, TResponse>(ICrudService, string, TBody, RequestOptions, params RequestParameter[])
    ApiClient<SherpaOnnxClient, Api, SherpaOnnxSettings>.POSTAsync<TBody>(ICrudService, string, TBody, RequestOptions, params RequestParameter[])
    ApiClient<SherpaOnnxClient, Api, SherpaOnnxSettings>.POSTAsync<TResponse>(ICrudService, string, RequestOptions, params RequestParameter[])
    ApiClient<SherpaOnnxClient, Api, SherpaOnnxSettings>.GETAsync(ICrudService, string, RequestOptions, params RequestParameter[])
    ApiClient<SherpaOnnxClient, Api, SherpaOnnxSettings>.GETAsync<TResponse>(ICrudService, string, RequestOptions, params RequestParameter[])
    ApiClient<SherpaOnnxClient, Api, SherpaOnnxSettings>.PUTAsync<TBody>(ICrudService, string, TBody, RequestOptions, params RequestParameter[])
    ApiClient<SherpaOnnxClient, Api, SherpaOnnxSettings>.PATCHAsync<TResponse>(ICrudService, string, RequestOptions, params RequestParameter[])
    ApiClient<SherpaOnnxClient, Api, SherpaOnnxSettings>.DELETEAsync<TBody, TStatus>(ICrudService, string, TBody, RequestOptions, params RequestParameter[])
    ApiClient<SherpaOnnxClient, Api, SherpaOnnxSettings>.DELETEAsync<TStatus>(ICrudService, string, RequestOptions, params RequestParameter[])
    ApiClient<SherpaOnnxClient, Api, SherpaOnnxSettings>.DELETEAsync(ICrudService, string, RequestOptions, params RequestParameter[])
    ApiClient<SherpaOnnxClient, Api, SherpaOnnxSettings>.STREAMAsync<TBody, TDelta, TResult>(ICrudService, string, TBody, RequestOptions, IStreamPipeline<string, TDelta, TResult>, params RequestParameter[])
    ApiClient<SherpaOnnxClient, Api, SherpaOnnxSettings>.STREAMAsync<TBody, TDelta, TResult>(ICrudService, string, TBody, RequestOptions, IStreamPipeline<PooledBytes, TDelta, TResult>, params RequestParameter[])
    ApiClient<SherpaOnnxClient, Api, SherpaOnnxSettings>.STREAMAsync<TDelta, TResult>(ICrudService, string, RequestOptions, IStreamPipeline<string, TDelta, TResult>, params RequestParameter[])
    ApiClient<SherpaOnnxClient, Api, SherpaOnnxSettings>.STREAMAsync<TDelta, TResult>(ICrudService, string, RequestOptions, IStreamPipeline<PooledBytes, TDelta, TResult>, params RequestParameter[])
    ApiClient<SherpaOnnxClient, Api, SherpaOnnxSettings>.DownloadAsync(ICrudService, string, RequestOptions, params RequestParameter[])
    ApiClient<SherpaOnnxClient, Api, SherpaOnnxSettings>.ValidateAuthAsync()
    ApiClient<SherpaOnnxClient, Api, SherpaOnnxSettings>.ValidateEndpointAsync(string)
    RESTClient.Jss
    RESTClient.Xss
    RESTClient.Logger
    RESTClient.LogOptions
    RESTClient.Timeout
    RESTClient.ExceptionParser
    RESTClient.ExceptionHandler
    RESTClient.MaxRetryCount
    RESTClient.RetryDelaySeconds
    RESTClient.MaxRetryDelaySeconds
    RESTClient.DefaultFileMimeType
    RESTClient.DefaultDownloadDirectoryPath
    RESTClient.SetOnetimeLogOptions(CurlLogOptions)
    RESTClient.POSTAsync(RESTRequest)
    RESTClient.POSTAsync<T>(RESTRequest)
    RESTClient.PUTAsync(RESTRequest)
    RESTClient.PUTAsync<T>(RESTRequest)
    RESTClient.GETAsync<T>(RESTRequest)
    RESTClient.GETAsync(RESTRequest)
    RESTClient.DELETEAsync<T>(RESTRequest)
    RESTClient.DELETEAsync(RESTRequest)
    RESTClient.HEADAsync(RESTRequest)
    RESTClient.HEADAsync<T>(RESTRequest)
    RESTClient.PATCHAsync(RESTRequest)
    RESTClient.PATCHAsync<T>(RESTRequest)
    RESTClient.STREAMAsync<TDelta, TResult>(RESTRequest, IStreamPipeline<string, TDelta, TResult>, string)
    RESTClient.STREAMAsync<TDelta, TResult>(RESTRequest, IStreamPipeline<PooledBytes, TDelta, TResult>, string)
    RESTClient.DOWNLOADAsync(RESTRequest)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.SherpaOnnx
    Assembly: Glitch9.AIDevKit.Provider.SherpaOnnx.dll
    Syntax
    public sealed class SherpaOnnxClient : AIClient<SherpaOnnxClient, SherpaOnnxSettings>, IApiClient

    Constructors

    | Edit this page View Source

    SherpaOnnxClient()

    Declaration
    public SherpaOnnxClient()

    Properties

    | Edit this page View Source

    Models

    Declaration
    public ModelService Models { get; }
    Property Value
    Type Description
    ModelService
    | Edit this page View Source

    Speech

    Declaration
    public SpeechService Speech { get; }
    Property Value
    Type Description
    SpeechService
    | Edit this page View Source

    Transcription

    Declaration
    public TranscriptionService Transcription { get; }
    Property Value
    Type Description
    TranscriptionService
    | Edit this page View Source

    Voices

    Declaration
    public VoiceService Voices { get; }
    Property Value
    Type Description
    VoiceService

    Implements

    IApiClient

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    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.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation