StopTranscriptionRequest

data class StopTranscriptionRequest(@Json(name = "stop_closed_captions") val stopClosedCaptions: Boolean? = null)

Constructors

Link copied to clipboard
constructor(@Json(name = "stop_closed_captions") stopClosedCaptions: Boolean? = null)

Properties

Link copied to clipboard