google-cloud-speech-v1p1beta1 0.12.1 → 0.12.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/speech/v1p1beta1/adaptation/client.rb +20 -18
- data/lib/google/cloud/speech/v1p1beta1/version.rb +1 -1
- data/lib/google/cloud/speech/v1p1beta1.rb +2 -0
- data/proto_docs/google/cloud/speech/v1p1beta1/cloud_speech_adaptation.rb +20 -18
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4af3815d9a189a10219dc7a0b84a776ecb008714e0fa5a999039babbe742d125
|
4
|
+
data.tar.gz: 84a928450ec13268950601ffa4a8654afbae041eee2ec117ada8d1b37b35090d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f5561141ba3e1228c6197851a20625f6ab2e975e0737e3a716a14d0ac77d6e7fee442e19abae191a20223159668cd65aec72831ab40e300c439873b12f3a462c
|
7
|
+
data.tar.gz: 377b232c9ca485c282d9392bb798edbb0bebfbb1755237a39d823a706bfc9142b497df7b1edd7d8674109b51fdc369dbdce9bbbef805a46a37adf9dce69326ef
|
data/README.md
CHANGED
@@ -37,7 +37,7 @@ request = ::Google::Cloud::Speech::V1p1beta1::RecognizeRequest.new # (request fi
|
|
37
37
|
response = client.recognize request
|
38
38
|
```
|
39
39
|
|
40
|
-
View the [Client Library Documentation](https://
|
40
|
+
View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-speech-v1p1beta1/latest)
|
41
41
|
for class and method documentation.
|
42
42
|
|
43
43
|
See also the [Product Documentation](https://cloud.google.com/speech-to-text)
|
@@ -165,15 +165,16 @@ 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.
|
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
|
#
|
172
173
|
# Speech-to-Text supports three locations: `global`, `us` (US North America),
|
173
174
|
# and `eu` (Europe). If you are calling the `speech.googleapis.com`
|
174
175
|
# endpoint, use the `global` location. To specify a region, use a
|
175
|
-
# [regional endpoint](/speech-to-text/docs/endpoints)
|
176
|
-
# `eu` location value.
|
176
|
+
# [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
|
177
|
+
# with matching `us` or `eu` location value.
|
177
178
|
# @param phrase_set_id [::String]
|
178
179
|
# Required. The ID to use for the phrase set, which will become the final
|
179
180
|
# component of the phrase set's resource name.
|
@@ -273,8 +274,8 @@ module Google
|
|
273
274
|
# Speech-to-Text supports three locations: `global`, `us` (US North America),
|
274
275
|
# and `eu` (Europe). If you are calling the `speech.googleapis.com`
|
275
276
|
# endpoint, use the `global` location. To specify a region, use a
|
276
|
-
# [regional endpoint](/speech-to-text/docs/endpoints)
|
277
|
-
# `eu` location value.
|
277
|
+
# [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
|
278
|
+
# with matching `us` or `eu` location value.
|
278
279
|
#
|
279
280
|
# @yield [response, operation] Access the result along with the RPC operation
|
280
281
|
# @yieldparam response [::Google::Cloud::Speech::V1p1beta1::PhraseSet]
|
@@ -366,8 +367,8 @@ module Google
|
|
366
367
|
# Speech-to-Text supports three locations: `global`, `us` (US North America),
|
367
368
|
# and `eu` (Europe). If you are calling the `speech.googleapis.com`
|
368
369
|
# endpoint, use the `global` location. To specify a region, use a
|
369
|
-
# [regional endpoint](/speech-to-text/docs/endpoints)
|
370
|
-
# `eu` location value.
|
370
|
+
# [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
|
371
|
+
# with matching `us` or `eu` location value.
|
371
372
|
# @param page_size [::Integer]
|
372
373
|
# The maximum number of phrase sets to return. The service may return
|
373
374
|
# fewer than this value. If unspecified, at most 50 phrase sets will be
|
@@ -480,8 +481,8 @@ module Google
|
|
480
481
|
# Speech-to-Text supports three locations: `global`, `us` (US North America),
|
481
482
|
# and `eu` (Europe). If you are calling the `speech.googleapis.com`
|
482
483
|
# endpoint, use the `global` location. To specify a region, use a
|
483
|
-
# [regional endpoint](/speech-to-text/docs/endpoints)
|
484
|
-
# `eu` location value.
|
484
|
+
# [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
|
485
|
+
# with matching `us` or `eu` location value.
|
485
486
|
# @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
|
486
487
|
# The list of fields to be updated.
|
487
488
|
#
|
@@ -655,15 +656,16 @@ 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.
|
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
|
#
|
662
664
|
# Speech-to-Text supports three locations: `global`, `us` (US North America),
|
663
665
|
# and `eu` (Europe). If you are calling the `speech.googleapis.com`
|
664
666
|
# endpoint, use the `global` location. To specify a region, use a
|
665
|
-
# [regional endpoint](/speech-to-text/docs/endpoints)
|
666
|
-
# `eu` location value.
|
667
|
+
# [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
|
668
|
+
# with matching `us` or `eu` location value.
|
667
669
|
# @param custom_class_id [::String]
|
668
670
|
# Required. The ID to use for the custom class, which will become the final
|
669
671
|
# component of the custom class' resource name.
|
@@ -850,8 +852,8 @@ module Google
|
|
850
852
|
# Speech-to-Text supports three locations: `global`, `us` (US North America),
|
851
853
|
# and `eu` (Europe). If you are calling the `speech.googleapis.com`
|
852
854
|
# endpoint, use the `global` location. To specify a region, use a
|
853
|
-
# [regional endpoint](/speech-to-text/docs/endpoints)
|
854
|
-
# `eu` location value.
|
855
|
+
# [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
|
856
|
+
# with matching `us` or `eu` location value.
|
855
857
|
# @param page_size [::Integer]
|
856
858
|
# The maximum number of custom classes to return. The service may return
|
857
859
|
# fewer than this value. If unspecified, at most 50 custom classes will be
|
@@ -964,8 +966,8 @@ module Google
|
|
964
966
|
# Speech-to-Text supports three locations: `global`, `us` (US North America),
|
965
967
|
# and `eu` (Europe). If you are calling the `speech.googleapis.com`
|
966
968
|
# endpoint, use the `global` location. To specify a region, use a
|
967
|
-
# [regional endpoint](/speech-to-text/docs/endpoints)
|
968
|
-
# `eu` location value.
|
969
|
+
# [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
|
970
|
+
# with matching `us` or `eu` location value.
|
969
971
|
# @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
|
970
972
|
# The list of fields to be updated.
|
971
973
|
#
|
@@ -1059,8 +1061,8 @@ module Google
|
|
1059
1061
|
# Speech-to-Text supports three locations: `global`, `us` (US North America),
|
1060
1062
|
# and `eu` (Europe). If you are calling the `speech.googleapis.com`
|
1061
1063
|
# endpoint, use the `global` location. To specify a region, use a
|
1062
|
-
# [regional endpoint](/speech-to-text/docs/endpoints)
|
1063
|
-
# `eu` location value.
|
1064
|
+
# [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
|
1065
|
+
# with matching `us` or `eu` location value.
|
1064
1066
|
#
|
1065
1067
|
# @yield [response, operation] Access the result along with the RPC operation
|
1066
1068
|
# @yieldparam response [::Google::Protobuf::Empty]
|
@@ -24,15 +24,16 @@ 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.
|
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
|
#
|
31
32
|
# Speech-to-Text supports three locations: `global`, `us` (US North America),
|
32
33
|
# and `eu` (Europe). If you are calling the `speech.googleapis.com`
|
33
34
|
# endpoint, use the `global` location. To specify a region, use a
|
34
|
-
# [regional endpoint](/speech-to-text/docs/endpoints)
|
35
|
-
# `eu` location value.
|
35
|
+
# [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
|
36
|
+
# with matching `us` or `eu` location value.
|
36
37
|
# @!attribute [rw] phrase_set_id
|
37
38
|
# @return [::String]
|
38
39
|
# Required. The ID to use for the phrase set, which will become the final
|
@@ -61,8 +62,8 @@ module Google
|
|
61
62
|
# Speech-to-Text supports three locations: `global`, `us` (US North America),
|
62
63
|
# and `eu` (Europe). If you are calling the `speech.googleapis.com`
|
63
64
|
# endpoint, use the `global` location. To specify a region, use a
|
64
|
-
# [regional endpoint](/speech-to-text/docs/endpoints)
|
65
|
-
# `eu` location value.
|
65
|
+
# [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
|
66
|
+
# with matching `us` or `eu` location value.
|
66
67
|
# @!attribute [rw] update_mask
|
67
68
|
# @return [::Google::Protobuf::FieldMask]
|
68
69
|
# The list of fields to be updated.
|
@@ -81,8 +82,8 @@ module Google
|
|
81
82
|
# Speech-to-Text supports three locations: `global`, `us` (US North America),
|
82
83
|
# and `eu` (Europe). If you are calling the `speech.googleapis.com`
|
83
84
|
# endpoint, use the `global` location. To specify a region, use a
|
84
|
-
# [regional endpoint](/speech-to-text/docs/endpoints)
|
85
|
-
# `eu` location value.
|
85
|
+
# [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
|
86
|
+
# with matching `us` or `eu` location value.
|
86
87
|
class GetPhraseSetRequest
|
87
88
|
include ::Google::Protobuf::MessageExts
|
88
89
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -98,8 +99,8 @@ module Google
|
|
98
99
|
# Speech-to-Text supports three locations: `global`, `us` (US North America),
|
99
100
|
# and `eu` (Europe). If you are calling the `speech.googleapis.com`
|
100
101
|
# endpoint, use the `global` location. To specify a region, use a
|
101
|
-
# [regional endpoint](/speech-to-text/docs/endpoints)
|
102
|
-
# `eu` location value.
|
102
|
+
# [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
|
103
|
+
# with matching `us` or `eu` location value.
|
103
104
|
# @!attribute [rw] page_size
|
104
105
|
# @return [::Integer]
|
105
106
|
# The maximum number of phrase sets to return. The service may return
|
@@ -145,15 +146,16 @@ 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.
|
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
|
#
|
152
154
|
# Speech-to-Text supports three locations: `global`, `us` (US North America),
|
153
155
|
# and `eu` (Europe). If you are calling the `speech.googleapis.com`
|
154
156
|
# endpoint, use the `global` location. To specify a region, use a
|
155
|
-
# [regional endpoint](/speech-to-text/docs/endpoints)
|
156
|
-
# `eu` location value.
|
157
|
+
# [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
|
158
|
+
# with matching `us` or `eu` location value.
|
157
159
|
# @!attribute [rw] custom_class_id
|
158
160
|
# @return [::String]
|
159
161
|
# Required. The ID to use for the custom class, which will become the final
|
@@ -182,8 +184,8 @@ module Google
|
|
182
184
|
# Speech-to-Text supports three locations: `global`, `us` (US North America),
|
183
185
|
# and `eu` (Europe). If you are calling the `speech.googleapis.com`
|
184
186
|
# endpoint, use the `global` location. To specify a region, use a
|
185
|
-
# [regional endpoint](/speech-to-text/docs/endpoints)
|
186
|
-
# `eu` location value.
|
187
|
+
# [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
|
188
|
+
# with matching `us` or `eu` location value.
|
187
189
|
# @!attribute [rw] update_mask
|
188
190
|
# @return [::Google::Protobuf::FieldMask]
|
189
191
|
# The list of fields to be updated.
|
@@ -213,8 +215,8 @@ module Google
|
|
213
215
|
# Speech-to-Text supports three locations: `global`, `us` (US North America),
|
214
216
|
# and `eu` (Europe). If you are calling the `speech.googleapis.com`
|
215
217
|
# endpoint, use the `global` location. To specify a region, use a
|
216
|
-
# [regional endpoint](/speech-to-text/docs/endpoints)
|
217
|
-
# `eu` location value.
|
218
|
+
# [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
|
219
|
+
# with matching `us` or `eu` location value.
|
218
220
|
# @!attribute [rw] page_size
|
219
221
|
# @return [::Integer]
|
220
222
|
# The maximum number of custom classes to return. The service may return
|
@@ -256,8 +258,8 @@ module Google
|
|
256
258
|
# Speech-to-Text supports three locations: `global`, `us` (US North America),
|
257
259
|
# and `eu` (Europe). If you are calling the `speech.googleapis.com`
|
258
260
|
# endpoint, use the `global` location. To specify a region, use a
|
259
|
-
# [regional endpoint](/speech-to-text/docs/endpoints)
|
260
|
-
# `eu` location value.
|
261
|
+
# [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
|
262
|
+
# with matching `us` or `eu` location value.
|
261
263
|
class DeleteCustomClassRequest
|
262
264
|
include ::Google::Protobuf::MessageExts
|
263
265
|
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.12.
|
4
|
+
version: 0.12.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: 2022-
|
11
|
+
date: 2022-04-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -223,7 +223,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
223
223
|
- !ruby/object:Gem::Version
|
224
224
|
version: '0'
|
225
225
|
requirements: []
|
226
|
-
rubygems_version: 3.3.
|
226
|
+
rubygems_version: 3.3.5
|
227
227
|
signing_key:
|
228
228
|
specification_version: 4
|
229
229
|
summary: API Client library for the Cloud Speech-to-Text V1p1beta1 API
|