google-cloud-speech-v1p1beta1 0.15.0 → 0.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a23ee1355657fda53f563946503b95516d2e1830b67379cee19e45ef2f18d60
4
- data.tar.gz: 8ad3c329e472e76a2e1ef4e2a87ebfae1bf3f9abbe0d542a1ea4428e616cd6c4
3
+ metadata.gz: 56a75804232a2e74b9e6f63a6ca00288fed68614a7d8364a96bcdd7291951fc3
4
+ data.tar.gz: 54db45d4625a6167a281f515616b1dc0399658c29e879c0f57289a3709ea52fa
5
5
  SHA512:
6
- metadata.gz: 7d20fbc96af09267f399e357fb79abf6e28f91683fa3e0ab0b7e0b8adcc511991b5a984c3891d8edff53d10c46360c5b60d6b06e570dfdcef1e3cca0ef35b4ba
7
- data.tar.gz: 7e2eef89cc2545595b3f620a3f892f4d6117cf765877228f1b879c2fa679bbd76264a104067fe53e762602a57aab8903eec6901d0cec0870d5d485c1eece9d2f
6
+ metadata.gz: 20bd982a7fe929340ba87d0112203f2f207166abae630cb7f18f7a0709ebde8196ee0c60bb1d955c5ae0506e6f8f3746235ee6b6c4b6e87b7fa2f21329fa2633
7
+ data.tar.gz: e35ce87d402a212711ea829c5bda39dd15ffc1158c83b283faca5ae8472113e2438ade4e6623a4722bc94fc5dfe253cbe09795bba2096eff401d9da3ebb9aa7b
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Speech
23
23
  module V1p1beta1
24
- VERSION = "0.15.0"
24
+ VERSION = "0.15.1"
25
25
  end
26
26
  end
27
27
  end
@@ -65,8 +65,8 @@ module Google
65
65
  # enabled, so negative boost will simply be ignored. Though `boost` can
66
66
  # accept a wide range of positive values, most use cases are best served with
67
67
  # values between 0 (exclusive) and 20. We recommend using a binary search
68
- # approach to finding the optimal value for your use case. Speech recognition
69
- # will skip PhraseSets with a boost value of 0.
68
+ # approach to finding the optimal value for your use case as well as adding
69
+ # phrases both with and without boost to your requests.
70
70
  class PhraseSet
71
71
  include ::Google::Protobuf::MessageExts
72
72
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -108,8 +108,8 @@ module Google
108
108
  # boost will simply be ignored. Though `boost` can accept a wide range of
109
109
  # positive values, most use cases are best served
110
110
  # with values between 0 and 20. We recommend using a binary search approach
111
- # to finding the optimal value for your use case. Speech recognition
112
- # will skip PhraseSets with a boost value of 0.
111
+ # to finding the optimal value for your use case as well as adding
112
+ # phrases both with and without boost to your requests.
113
113
  class Phrase
114
114
  include ::Google::Protobuf::MessageExts
115
115
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-speech-v1p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.15.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-06 00:00:00.000000000 Z
11
+ date: 2023-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -225,7 +225,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
225
225
  - !ruby/object:Gem::Version
226
226
  version: '0'
227
227
  requirements: []
228
- rubygems_version: 3.3.14
228
+ rubygems_version: 3.4.2
229
229
  signing_key:
230
230
  specification_version: 4
231
231
  summary: API Client library for the Cloud Speech-to-Text V1p1beta1 API