toggle menu
openai-kotlin
common
switch theme
search in API
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