Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ branch = True
show_missing = True
omit =
google/cloud/speech/__init__.py
google/cloud/speech/gapic_version.py
exclude_lines =
# Re-enable the standard pragma
pragma: NO COVER
Expand Down
10 changes: 5 additions & 5 deletions google/cloud/speech_v1p1beta1/types/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ class PhraseSet(proto.Message):
``boost`` can accept a wide range of positive values, most
use cases are best served with values between 0 (exclusive)
and 20. We recommend using a binary search approach to
finding the optimal value for your use case. Speech
recognition will skip PhraseSets with a boost value of 0.
finding the optimal value for your use case as well as
adding phrases both with and without boost to your requests.
"""

class Phrase(proto.Message):
Expand Down Expand Up @@ -139,9 +139,9 @@ class Phrase(proto.Message):
simply be ignored. Though ``boost`` can accept a wide range
of positive values, most use cases are best served with
values between 0 and 20. We recommend using a binary search
approach to finding the optimal value for your use case.
Speech recognition will skip PhraseSets with a boost value
of 0.
approach to finding the optimal value for your use case as
well as adding phrases both with and without boost to your
requests.
"""

value: str = proto.Field(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-speech",
"version": "2.17.1"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-speech",
"version": "2.17.1"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-speech",
"version": "2.17.1"
"version": "0.1.0"
},
"snippets": [
{
Expand Down