Skip to content

Commit 0bba871

Browse files
docs: Clarify boost usage in Reference (#987)
* docs: Clarify boost usage in Reference PiperOrigin-RevId: 504332057 Source-Link: googleapis/googleapis@13dd16c Source-Link: googleapis/googleapis-gen@75a668a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzVhNjY4YTA1ZjVlNDM4ZmJjMDEwNWM4NTQzM2FlMTgxZWYzN2VjMCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent e92d67f commit 0bba871

File tree

1 file changed

+4
-4
lines changed
  • packages/google-cloud-node/protos/google/cloud/speech/v1p1beta1

1 file changed

+4
-4
lines changed

packages/google-cloud-node/protos/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)