Documentation
¶
Index ¶
- type SonioxSTT
- func (s *SonioxSTT) Capabilities() stt.STTCapabilities
- func (s *SonioxSTT) Label() string
- func (s *SonioxSTT) Recognize(ctx context.Context, frames []*model.AudioFrame, language string) (*stt.SpeechEvent, error)
- func (s *SonioxSTT) 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 SonioxSTT ¶
type SonioxSTT struct {
// contains filtered or unexported fields
}
func NewSonioxSTT ¶
func (*SonioxSTT) Capabilities ¶
func (s *SonioxSTT) Capabilities() stt.STTCapabilities
Click to show internal directories.
Click to hide internal directories.