openai-kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
openai-kotlin
openai-core
/
com.aallam.openai.api.audio
/
Word
Word
@
Serializable
data
class
Word
(
val
word
:
String
,
val
start
:
Double
,
val
end
:
Double
)
Members
Constructors
Word
Link copied to clipboard
constructor
(
word
:
String
,
start
:
Double
,
end
:
Double
)
Properties
end
Link copied to clipboard
@
SerialName
(
value
=
"end"
)
val
end
:
Double
start
Link copied to clipboard
@
SerialName
(
value
=
"start"
)
val
start
:
Double
word
Link copied to clipboard
@
SerialName
(
value
=
"word"
)
val
word
:
String