Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Transcriber ¶
type Transcriber struct {
// contains filtered or unexported fields
}
func NewTranscriber ¶
func NewTranscriber(cfg config.CallTranscriberConfig) (*Transcriber, error)
func (*Transcriber) Done ¶
func (t *Transcriber) Done() <-chan struct{}
func (*Transcriber) Err ¶
func (t *Transcriber) Err() error
func (*Transcriber) ReportJobFailure ¶
func (t *Transcriber) ReportJobFailure(errMsg string) error
func (*Transcriber) ReportJobStarted ¶
func (t *Transcriber) ReportJobStarted() error
Click to show internal directories.
Click to hide internal directories.