-
@Serializable() public final class TranscriptionAttributesSchema for transcription-related attributes
-
-
Field Summary
Fields Modifier and Type Field Description private final StringlkSegmentIDprivate final StringlkTranscribedTrackIDprivate final BooleanlkTranscriptionFinal
-
Constructor Summary
Constructors Constructor Description TranscriptionAttributes(String lkSegmentID, String lkTranscribedTrackID, Boolean lkTranscriptionFinal)
-
Method Summary
Modifier and Type Method Description final StringgetLkSegmentID()The segment id of the transcription final StringgetLkTranscribedTrackID()The associated track id of the transcription final BooleangetLkTranscriptionFinal()Whether the transcription is final -
-
Method Detail
-
getLkSegmentID
final String getLkSegmentID()
The segment id of the transcription
-
getLkTranscribedTrackID
final String getLkTranscribedTrackID()
The associated track id of the transcription
-
getLkTranscriptionFinal
final Boolean getLkTranscriptionFinal()
Whether the transcription is final
-
-
-
-