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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 56a75804232a2e74b9e6f63a6ca00288fed68614a7d8364a96bcdd7291951fc3
|
|
4
|
+
data.tar.gz: 54db45d4625a6167a281f515616b1dc0399658c29e879c0f57289a3709ea52fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 20bd982a7fe929340ba87d0112203f2f207166abae630cb7f18f7a0709ebde8196ee0c60bb1d955c5ae0506e6f8f3746235ee6b6c4b6e87b7fa2f21329fa2633
|
|
7
|
+
data.tar.gz: e35ce87d402a212711ea829c5bda39dd15ffc1158c83b283faca5ae8472113e2438ade4e6623a4722bc94fc5dfe253cbe09795bba2096eff401d9da3ebb9aa7b
|
|
@@ -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
|
|
@@ -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-v1p1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.15.
|
|
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-
|
|
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.
|
|
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
|