File tree Expand file tree Collapse file tree
google/cloud/speech/v1p1beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ message PhraseSet {
9595 // boost will simply be ignored. Though `boost` can accept a wide range of
9696 // positive values, most use cases are best served
9797 // with values between 0 and 20. We recommend using a binary search approach
98- // to finding the optimal value for your use case. Speech recognition
99- // will skip PhraseSets with a boost value of 0 .
98+ // to finding the optimal value for your use case as well as adding
99+ // phrases both with and without boost to your requests .
100100 float boost = 2 ;
101101 }
102102
@@ -113,8 +113,8 @@ message PhraseSet {
113113 // enabled, so negative boost will simply be ignored. Though `boost` can
114114 // accept a wide range of positive values, most use cases are best served with
115115 // values between 0 (exclusive) and 20. We recommend using a binary search
116- // approach to finding the optimal value for your use case. Speech recognition
117- // will skip PhraseSets with a boost value of 0 .
116+ // approach to finding the optimal value for your use case as well as adding
117+ // phrases both with and without boost to your requests .
118118 float boost = 4 ;
119119}
120120
You can’t perform that action at this time.
0 commit comments