Speech To Text Request
constructor(audio: ByteArray, fileName: String = "audio.mp3", contentType: String = "audio/mpeg", modelId: String = "scribe_v2", languageCode: String? = null, tagAudioEvents: Boolean = true, numberOfSpeakers: Int? = null, timestampsGranularity: TimestampsGranularity = TimestampsGranularity.Word, diarize: Boolean = false, fileFormat: SpeechToTextFileFormat = SpeechToTextFileFormat.Other, enableLogging: Boolean = true)(source)