google-apis-speech_v1 0.18.0 → 0.21.0

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: ac3ee86b2f2f67ece412723d64b5d927d75f643a39a1ddd3cbb62d5514131f4b
4
- data.tar.gz: 40e95935d2edacc5f6f2699c02967bc1b046bcfec73dede8d808c2e50a849ef8
3
+ metadata.gz: 82398953acd235dac30b0583c341c060a6dae8876d948bf70c1491d077143252
4
+ data.tar.gz: bdb99c5fe9a02d030076884a3b7be17e5f7b2f4fb6d5bab32cf6df1ef6218992
5
5
  SHA512:
6
- metadata.gz: d92ba05e0566739b0c3342d588ab57aa31da3c04279ab0710e2b98200d939e6c7131941c82db00865c8da3069b301666787d14a1ed3be45e4e4121abc38739c7
7
- data.tar.gz: fae3767a2961e065202f0bb35c4f83ad9e6838face638a5928c620bd6b473230a1e8d024ce6fce4a6dc6ea252a107e438529cc6d465c682d1499bb703d0c29b6
6
+ metadata.gz: 436f869d9e2c067ef2c96cf58cff22943a032861b726f4430e765449b8a9f0d248a62eb0691fcc49918957c2afed915f4af9c31e41527e33e79b58c0993caea8
7
+ data.tar.gz: 00d8a4f3159a12ccf3654b66fb607535ae9fa53db289a9b993d10a60cbbed719f504ab2f8fa5aebd6b7f23d0026a85e18fdb886f15db4adce85b406ffa862207
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-speech_v1
2
2
 
3
+ ### v0.21.0 (2022-05-20)
4
+
5
+ * Regenerated from discovery document revision 20220511
6
+
7
+ ### v0.20.0 (2022-04-26)
8
+
9
+ * Regenerated from discovery document revision 20220419
10
+
11
+ ### v0.19.0 (2022-04-14)
12
+
13
+ * Regenerated from discovery document revision 20220411
14
+
3
15
  ### v0.18.0 (2022-03-18)
4
16
 
5
17
  * Regenerated from discovery document revision 20220310
@@ -137,8 +137,7 @@ module Google
137
137
  # A generic empty message that you can re-use to avoid defining duplicated empty
138
138
  # messages in your APIs. A typical example is to use it as the request or the
139
139
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
140
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
141
- # `Empty` is empty JSON object ````.
140
+ # protobuf.Empty) returns (google.protobuf.Empty); `
142
141
  class Empty
143
142
  include Google::Apis::Core::Hashable
144
143
 
@@ -669,7 +668,9 @@ module Google
669
668
  # Which model to select for the given request. Select the model best suited to
670
669
  # your domain to get best results. If a model is not explicitly specified, then
671
670
  # we auto-select a model based on the parameters in the RecognitionConfig. *
672
- # Model* *Description* command_and_search Best for short queries such as voice
671
+ # Model* *Description* latest_long Best for long form content like media or
672
+ # conversation. latest_short Best for short form content like commands or single
673
+ # shot directed speech. command_and_search Best for short queries such as voice
673
674
  # commands or voice search. phone_call Best for audio that originated from a
674
675
  # phone call (typically recorded at an 8khz sampling rate). video Best for audio
675
676
  # that originated from video or includes multiple speakers. Ideally the audio is
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SpeechV1
18
18
  # Version of the google-apis-speech_v1 gem
19
- GEM_VERSION = "0.18.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220310"
25
+ REVISION = "20220511"
26
26
  end
27
27
  end
28
28
  end
@@ -132,8 +132,8 @@ module Google
132
132
  # `projects/`project`/locations/`location`/customClasses` Speech-to-Text
133
133
  # supports three locations: `global`, `us` (US North America), and `eu` (Europe).
134
134
  # If you are calling the `speech.googleapis.com` endpoint, use the `global`
135
- # location. To specify a region, use a [regional endpoint](/speech-to-text/docs/
136
- # endpoints) with matching `us` or `eu` location value.
135
+ # location. To specify a region, use a [regional endpoint](https://cloud.google.
136
+ # com/speech-to-text/docs/endpoints) with matching `us` or `eu` location value.
137
137
  # @param [Google::Apis::SpeechV1::CreateCustomClassRequest] create_custom_class_request_object
138
138
  # @param [String] fields
139
139
  # Selector specifying which fields to include in a partial response.
@@ -170,8 +170,8 @@ module Google
170
170
  # locations/`location`/customClasses/`custom_class`` Speech-to-Text supports
171
171
  # three locations: `global`, `us` (US North America), and `eu` (Europe). If you
172
172
  # are calling the `speech.googleapis.com` endpoint, use the `global` location.
173
- # To specify a region, use a [regional endpoint](/speech-to-text/docs/endpoints)
174
- # with matching `us` or `eu` location value.
173
+ # To specify a region, use a [regional endpoint](https://cloud.google.com/speech-
174
+ # to-text/docs/endpoints) with matching `us` or `eu` location value.
175
175
  # @param [String] fields
176
176
  # Selector specifying which fields to include in a partial response.
177
177
  # @param [String] quota_user
@@ -236,8 +236,8 @@ module Google
236
236
  # projects/`project`/locations/`location`/customClasses` Speech-to-Text supports
237
237
  # three locations: `global`, `us` (US North America), and `eu` (Europe). If you
238
238
  # are calling the `speech.googleapis.com` endpoint, use the `global` location.
239
- # To specify a region, use a [regional endpoint](/speech-to-text/docs/endpoints)
240
- # with matching `us` or `eu` location value.
239
+ # To specify a region, use a [regional endpoint](https://cloud.google.com/speech-
240
+ # to-text/docs/endpoints) with matching `us` or `eu` location value.
241
241
  # @param [Fixnum] page_size
242
242
  # The maximum number of custom classes to return. The service may return fewer
243
243
  # than this value. If unspecified, at most 50 custom classes will be returned.
@@ -319,8 +319,8 @@ module Google
319
319
  # projects/`project`/locations/`location`/phraseSets` Speech-to-Text supports
320
320
  # three locations: `global`, `us` (US North America), and `eu` (Europe). If you
321
321
  # are calling the `speech.googleapis.com` endpoint, use the `global` location.
322
- # To specify a region, use a [regional endpoint](/speech-to-text/docs/endpoints)
323
- # with matching `us` or `eu` location value.
322
+ # To specify a region, use a [regional endpoint](https://cloud.google.com/speech-
323
+ # to-text/docs/endpoints) with matching `us` or `eu` location value.
324
324
  # @param [Google::Apis::SpeechV1::CreatePhraseSetRequest] create_phrase_set_request_object
325
325
  # @param [String] fields
326
326
  # Selector specifying which fields to include in a partial response.
@@ -388,8 +388,8 @@ module Google
388
388
  # locations/`location`/phraseSets/`phrase_set`` Speech-to-Text supports three
389
389
  # locations: `global`, `us` (US North America), and `eu` (Europe). If you are
390
390
  # calling the `speech.googleapis.com` endpoint, use the `global` location. To
391
- # specify a region, use a [regional endpoint](/speech-to-text/docs/endpoints)
392
- # with matching `us` or `eu` location value.
391
+ # specify a region, use a [regional endpoint](https://cloud.google.com/speech-to-
392
+ # text/docs/endpoints) with matching `us` or `eu` location value.
393
393
  # @param [String] fields
394
394
  # Selector specifying which fields to include in a partial response.
395
395
  # @param [String] quota_user
@@ -423,8 +423,8 @@ module Google
423
423
  # projects/`project`/locations/`location`` Speech-to-Text supports three
424
424
  # locations: `global`, `us` (US North America), and `eu` (Europe). If you are
425
425
  # calling the `speech.googleapis.com` endpoint, use the `global` location. To
426
- # specify a region, use a [regional endpoint](/speech-to-text/docs/endpoints)
427
- # with matching `us` or `eu` location value.
426
+ # specify a region, use a [regional endpoint](https://cloud.google.com/speech-to-
427
+ # text/docs/endpoints) with matching `us` or `eu` location value.
428
428
  # @param [Fixnum] page_size
429
429
  # The maximum number of phrase sets to return. The service may return fewer than
430
430
  # this value. If unspecified, at most 50 phrase sets will be returned. The
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-speech_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.21.0
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-03-21 00:00:00.000000000 Z
11
+ date: 2022-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-speech_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-speech_v1
63
63
  post_install_message:
64
64
  rdoc_options: []