Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Assistant ¶
type Assistant struct {
// contains filtered or unexported fields
}
func New ¶
func New(assistantImpl *ainterfaces.AssistantImpl, opts *AssistantOptions) (*Assistant, error)
type AssistantOptions ¶ added in v0.1.4
type AssistantOptions struct { InputChannels int SamplingRate int VoiceType texttospeechpb.SsmlVoiceGender LanguageCode string }
assistant implementation
type Transcriber ¶ added in v0.1.4
Transcriber interface
Click to show internal directories.
Click to hide internal directories.