Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InferenceResponse ¶
type Transcriber ¶
type Transcriber struct {
*Config
}
func NewTranscriber ¶
func NewTranscriber(url, model string, options ...Option) (*Transcriber, error)
func (*Transcriber) Transcribe ¶
func (t *Transcriber) Transcribe(ctx context.Context, input provider.File, options *provider.TranscribeOptions) (*provider.Transcription, error)
Click to show internal directories.
Click to hide internal directories.