phraseHints

@JvmName(name = "mnasojmoonstvfou")
suspend fun phraseHints(value: Output<List<String>>)
@JvmName(name = "getbymeyddcyovtb")
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 = "tcswuhqlemujjwhr")
suspend fun phraseHints(vararg values: Output<String>)


@JvmName(name = "uvvamipgsklrrhtm")
suspend fun phraseHints(values: List<Output<String>>)
@JvmName(name = "dcalkfhidhaabkwn")
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.