google-cloud-speech-v1p1beta1 0.15.0 → 0.15.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a23ee1355657fda53f563946503b95516d2e1830b67379cee19e45ef2f18d60
4
- data.tar.gz: 8ad3c329e472e76a2e1ef4e2a87ebfae1bf3f9abbe0d542a1ea4428e616cd6c4
3
+ metadata.gz: 516838e515e3a9e9fec5ea70dde00d0ec3be43d4bc86084353f53da3c99e7856
4
+ data.tar.gz: 83840b5efde7db67cab58f2e4abbebe5b40417f211897b76a042635498a7a66f
5
5
  SHA512:
6
- metadata.gz: 7d20fbc96af09267f399e357fb79abf6e28f91683fa3e0ab0b7e0b8adcc511991b5a984c3891d8edff53d10c46360c5b60d6b06e570dfdcef1e3cca0ef35b4ba
7
- data.tar.gz: 7e2eef89cc2545595b3f620a3f892f4d6117cf765877228f1b879c2fa679bbd76264a104067fe53e762602a57aab8903eec6901d0cec0870d5d485c1eece9d2f
6
+ metadata.gz: fb4333ce9a3e9ed43839495b7f5c4a0249d0ee1ea049cdc02c186c80d14591d65017a8855fef9ae4558d3635f0243ca3cc0269a9d2f5229f175d31d295c2c84e
7
+ data.tar.gz: 12550f192108799ab4258f7671de6bb0201a8cf4ece6371654be5df7bf28c4dba554fb3ce12376837311545aaec43f6a6080fcb0e0edfbb0b766baf0a5014858
@@ -165,7 +165,8 @@ module Google
165
165
  # the default parameter values, pass an empty Hash as a request object (see above).
166
166
  #
167
167
  # @param parent [::String]
168
- # Required. The parent resource where this phrase set will be created. Format:
168
+ # Required. The parent resource where this phrase set will be created.
169
+ # Format:
169
170
  #
170
171
  # `projects/{project}/locations/{location}/phraseSets`
171
172
  #
@@ -655,7 +656,8 @@ module Google
655
656
  # the default parameter values, pass an empty Hash as a request object (see above).
656
657
  #
657
658
  # @param parent [::String]
658
- # Required. The parent resource where this custom class will be created. Format:
659
+ # Required. The parent resource where this custom class will be created.
660
+ # Format:
659
661
  #
660
662
  # `projects/{project}/locations/{location}/customClasses`
661
663
  #
@@ -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.2"
25
25
  end
26
26
  end
27
27
  end
@@ -24,7 +24,8 @@ module Google
24
24
  # Message sent by the client for the `CreatePhraseSet` method.
25
25
  # @!attribute [rw] parent
26
26
  # @return [::String]
27
- # Required. The parent resource where this phrase set will be created. Format:
27
+ # Required. The parent resource where this phrase set will be created.
28
+ # Format:
28
29
  #
29
30
  # `projects/{project}/locations/{location}/phraseSets`
30
31
  #
@@ -145,7 +146,8 @@ module Google
145
146
  # Message sent by the client for the `CreateCustomClass` method.
146
147
  # @!attribute [rw] parent
147
148
  # @return [::String]
148
- # Required. The parent resource where this custom class will be created. Format:
149
+ # Required. The parent resource where this custom class will be created.
150
+ # Format:
149
151
  #
150
152
  # `projects/{project}/locations/{location}/customClasses`
151
153
  #
@@ -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
@@ -94,8 +94,8 @@ module Google
94
94
  # Speech-to-Text supports three locations: `global`, `us` (US North America),
95
95
  # and `eu` (Europe). If you are calling the `speech.googleapis.com`
96
96
  # endpoint, use the `global` location. To specify a region, use a
97
- # [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or
98
- # `eu` location value.
97
+ # [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
98
+ # with matching `us` or `eu` location value.
99
99
  # @!attribute [rw] value
100
100
  # @return [::String]
101
101
  # The phrase itself.
@@ -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.2
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-02-09 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