Skip to content

Commit 13dd16c

Browse files
Google APIscopybara-github
authored andcommitted
docs: Clarify boost usage in Reference
PiperOrigin-RevId: 504332057
1 parent b7bb7fb commit 13dd16c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

google/cloud/speech/v1p1beta1/resource.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)