phraseHints

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


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