Documentation
¶
Index ¶
- type AssemblyAISTT
- func (s *AssemblyAISTT) Capabilities() stt.STTCapabilities
- func (s *AssemblyAISTT) Label() string
- func (s *AssemblyAISTT) Recognize(ctx context.Context, frames []*model.AudioFrame, language string) (*stt.SpeechEvent, error)
- func (s *AssemblyAISTT) Stream(ctx context.Context, language string) (stt.RecognizeStream, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssemblyAISTT ¶
type AssemblyAISTT struct {
// contains filtered or unexported fields
}
func NewAssemblyAISTT ¶
func NewAssemblyAISTT(apiKey string) *AssemblyAISTT
func (*AssemblyAISTT) Capabilities ¶
func (s *AssemblyAISTT) Capabilities() stt.STTCapabilities
func (*AssemblyAISTT) Label ¶
func (s *AssemblyAISTT) Label() string
func (*AssemblyAISTT) Recognize ¶
func (s *AssemblyAISTT) Recognize(ctx context.Context, frames []*model.AudioFrame, language string) (*stt.SpeechEvent, error)
func (*AssemblyAISTT) Stream ¶
func (s *AssemblyAISTT) Stream(ctx context.Context, language string) (stt.RecognizeStream, error)
Click to show internal directories.
Click to hide internal directories.