Documentation
¶
Index ¶
- Constants
- type FalLLM
- type FalSTT
- func (s *FalSTT) Capabilities() stt.STTCapabilities
- func (s *FalSTT) Label() string
- func (s *FalSTT) Model() string
- func (s *FalSTT) Provider() string
- func (s *FalSTT) Recognize(ctx context.Context, frames []*model.AudioFrame, language string) (*stt.SpeechEvent, error)
- func (s *FalSTT) Stream(ctx context.Context, language string) (stt.RecognizeStream, error)
- type FalSTTOption
Constants ¶
View Source
const ( PluginTitle = "rtp-agent.plugins.fal" PluginVersion = "1.5.15" PluginPackage = "rtp-agent.plugins.fal" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FalLLM ¶
type FalLLM struct {
// contains filtered or unexported fields
}
type FalSTT ¶
type FalSTT struct {
// contains filtered or unexported fields
}
func NewFalSTT ¶
func NewFalSTT(apiKey string, opts ...FalSTTOption) *FalSTT
func (*FalSTT) Capabilities ¶
func (s *FalSTT) Capabilities() stt.STTCapabilities
type FalSTTOption ¶ added in v0.0.15
type FalSTTOption func(*FalSTT)
func WithFalSTTChunkLevel ¶ added in v0.0.15
func WithFalSTTChunkLevel(chunkLevel string) FalSTTOption
func WithFalSTTLanguage ¶ added in v0.0.15
func WithFalSTTLanguage(language string) FalSTTOption
func WithFalSTTTask ¶ added in v0.0.15
func WithFalSTTTask(task string) FalSTTOption
func WithFalSTTVersion ¶ added in v0.0.15
func WithFalSTTVersion(version string) FalSTTOption
Click to show internal directories.
Click to hide internal directories.