SubtitlesOutput

Provides information about your subtitle file, including format, start index, and Amazon S3 location.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Provides the format of your subtitle files. If your request included both WebVTT (vtt) and SubRip (srt) formats, both formats are shown.

Link copied to clipboard

Provides the start index value for your subtitle files. If you did not specify a value in your request, the default value of 0 is used.

Link copied to clipboard

The Amazon S3 location of your transcript. You can use this URI to access or download your subtitle file. Your subtitle file is stored in the same location as your transcript. If you specified both WebVTT and SubRip subtitle formats, two URIs are provided.

Functions

Link copied to clipboard
inline fun copy(block: SubtitlesOutput.Builder.() -> Unit = {}): SubtitlesOutput
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String