Kodio
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodio
transcription
/
space.kodio.transcription
/
TranscriptionResult
/
Final
/
Final
Final
constructor
(
text
:
String
,
confidence
:
Float
=
0.0f
,
words
:
List
<
TranscriptionResult.Word
>
=
emptyList()
,
startTime
:
Duration
?
=
null
,
endTime
:
Duration
?
=
null
)