Class SherpaOnnxClient
Inheritance
SherpaOnnxClient
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.SherpaOnnx
Assembly: Glitch9.AIDevKit.Provider.SherpaOnnx.dll
Syntax
public sealed class SherpaOnnxClient : AIClient<SherpaOnnxClient, SherpaOnnxSettings>, IApiClient
Constructors
| Edit this page View SourceSherpaOnnxClient()
Declaration
public SherpaOnnxClient()
Properties
| Edit this page View SourceModels
Declaration
public ModelService Models { get; }
Property Value
| Type | Description |
|---|---|
| ModelService |
Speech
Declaration
public SpeechService Speech { get; }
Property Value
| Type | Description |
|---|---|
| SpeechService |
Transcription
Declaration
public TranscriptionService Transcription { get; }
Property Value
| Type | Description |
|---|---|
| TranscriptionService |
Voices
Declaration
public VoiceService Voices { get; }
Property Value
| Type | Description |
|---|---|
| VoiceService |