Transcription

data class Transcription(val languageCode: String?, val languageProbability: Double?, val text: String, val words: List<TranscriptionWord>)(source)

Result of a batch speech-to-text request.

Constructors

Link copied to clipboard
constructor(languageCode: String?, languageProbability: Double?, text: String, words: List<TranscriptionWord>)

Properties

Link copied to clipboard

Detected or requested language code, when returned.

Link copied to clipboard

Confidence of automatic language detection, when returned.

Link copied to clipboard

Complete transcript text.

Link copied to clipboard

Timestamped transcript units, when requested and returned.