File tree 1 file changed +4
-4
lines changed
packages/google-cloud-speech/protos/google/cloud/speech/v1p1beta1
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ message PhraseSet {
95
95
// boost will simply be ignored. Though `boost` can accept a wide range of
96
96
// positive values, most use cases are best served
97
97
// 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 .
100
100
float boost = 2 ;
101
101
}
102
102
@@ -113,8 +113,8 @@ message PhraseSet {
113
113
// enabled, so negative boost will simply be ignored. Though `boost` can
114
114
// accept a wide range of positive values, most use cases are best served with
115
115
// 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 .
118
118
float boost = 4 ;
119
119
}
120
120
You can’t perform that action at this time.
0 commit comments