We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d3668 commit 20bb8ffCopy full SHA for 20bb8ff
speech/snippets/speech_adaptation_beta.py
@@ -48,7 +48,7 @@ def sample_recognize(storage_uri, phrase):
48
# The higher the boost, the higher the chance of false positive
49
# recognition as well. Can accept wide range of positive values.
50
# Most use cases are best served with values between 0 and 20.
51
- # Using a binary search happroach may help you find the optimal value.
+ # Using a binary search approach may help you find the optimal value.
52
boost = 20.0
53
speech_contexts_element = {"phrases": phrases, "boost": boost}
54
speech_contexts = [speech_contexts_element]
0 commit comments