Subtitle

@JsonClass(generateAdapter = true)
data class Subtitle(val confidence: Any?, val urls: List<String>?)

Subtitle for video

Constructors

Link copied to clipboard
fun Subtitle(confidence: Any?, urls: List<String>?)

Properties

Link copied to clipboard
val confidence: Any?

How confident the transcriber (human or automated) is of the accuracy of the subtitles. (int/double)

Link copied to clipboard
val urls: List<String>?

The locations of any subtitle transcriptions of the video.