-
public final class TranscriptionSegment
-
-
Method Summary
Modifier and Type Method Description final StringgetId()The id of the transcription segment. final StringgetText()The text of the transcription. final StringgetLanguage()Language final BooleangetFinal()If false, the user can expect this transcription to update in the future. final LonggetFirstReceivedTime()When this client first locally received this segment. final LonggetLastReceivedTime()When this client last locally received this segment. IntegerhashCode()-
-
Method Detail
-
getLanguage
final String getLanguage()
Language
-
getFinal
final Boolean getFinal()
If false, the user can expect this transcription to update in the future.
-
getFirstReceivedTime
final Long getFirstReceivedTime()
When this client first locally received this segment.
Defined as milliseconds from epoch date (using Date.getTime)
-
getLastReceivedTime
final Long getLastReceivedTime()
When this client last locally received this segment.
Defined as milliseconds from epoch date (using Date.getTime)
-
-
-
-