openai-kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
openai-kotlin
openai-core
/
com.aallam.openai.api.audio
/
Transcription
/
Transcription
Transcription
constructor
(
text
:
String
,
language
:
String
?
=
null
,
duration
:
Double
?
=
null
,
segments
:
List
<
Segment
>
?
=
null
,
words
:
List
<
Word
>
?
=
null
)