models

@JvmName(name = "cxkejjontjqinpou")
suspend fun models(value: Output<Map<String, String>>)
@JvmName(name = "xtugldnkilcohpro")
suspend fun models(value: Map<String, String>?)

Parameters

value

Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see Speech models. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.


@JvmName(name = "vyrxwcaubdvspfsr")
fun models(vararg values: Pair<String, String>)

Parameters

values

Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see Speech models. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.