google-cloud-speech-v1 0.10.0 → 0.10.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7fedc91dd5d35be034d4a6e8c13bfb83dacab0bbc56f7cd203997ee7bb4d5e23
|
|
4
|
+
data.tar.gz: 8527c5c67bb12be3d7b2483b58356437de6c7045ee5c523b671e5d75217b651d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8f4b65396fc9e549d7423ae6267674254e3c58b6706d837d35de4573d2f1446e753480f6c74e228c7946837b9b39fa56dd74c87dcd6195f0c17a7f826e2f33f7
|
|
7
|
+
data.tar.gz: 706aa13a3d247d4244f5ba703df7b4803f1db5b3e761f687346fa6998033a26896fe1c0fa59b6abfcc6af43047d0439eb10b6a44e3487c498e17693e5ab04649
|
|
@@ -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
|
#
|
|
@@ -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
|
|
69
|
-
#
|
|
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)
|
|
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
|
|
112
|
-
#
|
|
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-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.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-
|
|
11
|
+
date: 2023-02-03 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.
|
|
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 V1 API
|