google-cloud-speech-v1 0.10.0 → 0.10.1

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: 99f54ee993f1464489364f9876dd66bc4720579e40294cf2de365f435f55f441
4
- data.tar.gz: eadeae323e6f745af92bcdc6e880cf2254f3dd9505a756b4f056b9ddcf63b54b
3
+ metadata.gz: 7fedc91dd5d35be034d4a6e8c13bfb83dacab0bbc56f7cd203997ee7bb4d5e23
4
+ data.tar.gz: 8527c5c67bb12be3d7b2483b58356437de6c7045ee5c523b671e5d75217b651d
5
5
  SHA512:
6
- metadata.gz: 33c676ade86a57ee94e91ea877abd71362a55fcce79a1a9aeef80ae46f36a017415388e341fb3ab00bb838f6ca47c74df3f8f8398a0ffea79855b1eb807fa86f
7
- data.tar.gz: '09337daf2cfddfea2f4ce8b59088604bf1afe436cb71043e9e1a08c92dd990fa2312a179f06fc70c0b794996736fe321b6966f801b6dce03e32517fb71f4878b'
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. 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 V1
24
- VERSION = "0.10.0"
24
+ VERSION = "0.10.1"
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-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
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-01-06 00:00:00.000000000 Z
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.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 V1 API