phraseHints

@JvmName(name = "hoekxdubfcckaukm")
suspend fun phraseHints(value: Output<List<String>>)
@JvmName(name = "xtteewjroshluaof")
suspend fun phraseHints(value: List<String>?)

Parameters

value

Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.


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


@JvmName(name = "yydrqruecivqbsra")
suspend fun phraseHints(values: List<Output<String>>)
@JvmName(name = "qfosuomhlevvcegs")
suspend fun phraseHints(vararg values: String)

Parameters

values

Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.