transcriptionLanguages

@JvmName(name = "occfgvivymrfxwhd")
suspend fun transcriptionLanguages(value: Output<List<String>>)
@JvmName(name = "batgygumggbtxscb")
suspend fun transcriptionLanguages(value: List<String>?)

Parameters

value

Specifies a list of languages (locale) to be used for speech-to-text transcription – it should match the spoken language in the audio track. The value should be in BCP-47 format (e.g: en-US). See the Microsoft Documentation for more information about the live transcription feature and the list of supported languages.


@JvmName(name = "tbiqgxnxybfdpqek")
suspend fun transcriptionLanguages(vararg values: Output<String>)


@JvmName(name = "rplhjfumhsbjooom")
suspend fun transcriptionLanguages(values: List<Output<String>>)
@JvmName(name = "dnkegnsxcqlmqsug")
suspend fun transcriptionLanguages(vararg values: String)

Parameters

values

Specifies a list of languages (locale) to be used for speech-to-text transcription – it should match the spoken language in the audio track. The value should be in BCP-47 format (e.g: en-US). See the Microsoft Documentation for more information about the live transcription feature and the list of supported languages.