Website
GitHub
npm
Preparing search index...
The search index is not available
@framers/agentos - v0.1.166
@framers/agentos
SpeechTranscriptionResult
Interface SpeechTranscriptionResult
interface
SpeechTranscriptionResult
{
text
:
string
;
language
?:
string
;
durationSeconds
?:
number
;
cost
:
number
;
segments
?:
SpeechTranscriptionSegment
[]
;
providerResponse
?:
unknown
;
confidence
?:
number
;
isFinal
?:
boolean
;
usage
?:
{
durationMinutes
:
number
;
modelUsed
:
string
;
providerSpecific
?:
Record
<
string
,
unknown
>
;
}
;
}
Index
Properties
text
language?
duration
Seconds?
cost
segments?
provider
Response?
confidence?
is
Final?
usage?
Properties
text
text
:
string
Optional
language
language
?:
string
Optional
duration
Seconds
duration
Seconds
?:
number
cost
cost
:
number
Optional
segments
segments
?:
SpeechTranscriptionSegment
[]
Optional
provider
Response
provider
Response
?:
unknown
Optional
confidence
confidence
?:
number
Optional
is
Final
is
Final
?:
boolean
Optional
usage
usage
?:
{
durationMinutes
:
number
;
modelUsed
:
string
;
providerSpecific
?:
Record
<
string
,
unknown
>
;
}
Type declaration
duration
Minutes
:
number
model
Used
:
string
Optional
provider
Specific
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
text
language
duration
Seconds
cost
segments
provider
Response
confidence
is
Final
usage
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...