transcriptionLanguages

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


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