Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InsightOptions ¶
type InsightOptions struct { TranscribeOptions *config.TranscribeOptions Microphone *microphone.Microphone }
type Insights ¶
type Insights struct {
// contains filtered or unexported fields
}
func NewInsightHandler ¶
func NewInsightHandler(opts *InsightOptions) *Insights
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 (a *Transcribe) Start() error
func (*Transcribe) Stop ¶
func (a *Transcribe) Stop() error
Click to show internal directories.
Click to hide internal directories.