Website
GitHub
npm
Preparing search index...
The search index is not available
@framers/agentos - v0.1.166
@framers/agentos
SpeechToTextProvider
Interface SpeechToTextProvider
interface
SpeechToTextProvider
{
id
:
string
;
displayName
?:
string
;
supportsStreaming
?:
boolean
;
transcribe
(
audio
,
options
?
)
:
Promise
<
SpeechTranscriptionResult
>
;
getProviderName
(
)
:
string
;
}
Implemented by
AssemblyAISTTProvider
AzureSpeechSTTProvider
DeepgramBatchSTTProvider
FallbackSTTProxy
OpenAIWhisperSpeechToTextProvider
Index
Methods
transcribe
get
Provider
Name
Properties
id
display
Name?
supports
Streaming?
Methods
transcribe
transcribe
(
audio
,
options
?
)
:
Promise
<
SpeechTranscriptionResult
>
Parameters
audio
:
SpeechAudioInput
Optional
options
:
SpeechTranscriptionOptions
Returns
Promise
<
SpeechTranscriptionResult
>
get
Provider
Name
get
Provider
Name
(
)
:
string
Returns
string
Properties
Readonly
id
id
:
string
Optional
Readonly
display
Name
display
Name
?:
string
Optional
Readonly
supports
Streaming
supports
Streaming
?:
boolean
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
transcribe
get
Provider
Name
id
display
Name
supports
Streaming
Architecture
Cognitive Memory
RAG & Memory
Capability Discovery
Tool Calling
Skills
Voice TTS/STT
Safety Primitives
Guardrails
Observability
Planning Engine
Human-in-the-Loop
Agent Communication
Changelog
@framers/agentos - v0.1.166
Loading...