Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultLanguage = "en-US"
)
Variables ¶
View Source
var ( // ErrInvalidInput required input was not found ErrInvalidInput = errors.New("required input was not found") )
Functions ¶
This section is empty.
Types ¶
type Transcribe ¶
type Transcribe struct {
// contains filtered or unexported fields
}
func New ¶
func New(ctx context.Context, opts *config.TranscribeOptions) (*Transcribe, error)
func (*Transcribe) Start ¶
func (t *Transcribe) Start() error
func (*Transcribe) Stop ¶
func (t *Transcribe) Stop() error
Click to show internal directories.
Click to hide internal directories.