google-cloud-speech-v1p1beta1 0.15.1 → 0.15.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/speech/v1p1beta1/adaptation/client.rb +4 -2
- data/lib/google/cloud/speech/v1p1beta1/version.rb +1 -1
- data/proto_docs/google/cloud/speech/v1p1beta1/cloud_speech_adaptation.rb +4 -2
- data/proto_docs/google/cloud/speech/v1p1beta1/resource.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 516838e515e3a9e9fec5ea70dde00d0ec3be43d4bc86084353f53da3c99e7856
|
4
|
+
data.tar.gz: 83840b5efde7db67cab58f2e4abbebe5b40417f211897b76a042635498a7a66f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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
|
#
|
@@ -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.
|
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.
|
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
|
#
|
@@ -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)
|
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.
|
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.
|
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-
|
11
|
+
date: 2023-02-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|