TranscriptionParams
data class TranscriptionParams(val contentDescription: String?, val onClick: () -> Unit) : VideoPlayerButtonParams(source)
TranscriptionParams represents the parameters for the transcription button in the video player.