phraseHints

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


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