unified-llm-client
Preparing search index...
TranscriptionResponse
Interface TranscriptionResponse
interface
TranscriptionResponse
{
durationSeconds
?:
number
;
language
?:
string
;
model
:
string
;
provider
:
SpeechProvider
;
raw
:
unknown
;
segments
?:
TranscriptionSegment
[]
;
text
:
string
;
usage
?:
SpeechUsageMetrics
;
words
?:
TranscriptionWord
[]
;
}
Index
Properties
duration
Seconds?
language?
model
provider
raw
segments?
text
usage?
words?
Properties
Optional
duration
Seconds
durationSeconds
?:
number
Optional
language
language
?:
string
model
model
:
string
provider
provider
:
SpeechProvider
raw
raw
:
unknown
Optional
segments
segments
?:
TranscriptionSegment
[]
text
text
:
string
Optional
usage
usage
?:
SpeechUsageMetrics
Optional
words
words
?:
TranscriptionWord
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
duration
Seconds
language
model
provider
raw
segments
text
usage
words
unified-llm-client
Loading...