transcriptionLanguages

@JvmName(name = "qwouuuiupvmefjgv")
suspend fun transcriptionLanguages(value: Output<List<String>>)
@JvmName(name = "ovolujvnffeofejk")
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 = "pivaopxvsuyehfnh")
suspend fun transcriptionLanguages(vararg values: Output<String>)


@JvmName(name = "idgwtwysxawfqpbi")
suspend fun transcriptionLanguages(values: List<Output<String>>)
@JvmName(name = "jxlhvyayucpqurkq")
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.