google-apis-speech_v1p1beta1 0.21.0 → 0.24.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: 1bc6a55fe6c9520e38aecb8d3bc9a3be08d9c9b6c4f1e3c7eac394242e7a0bf0
4
- data.tar.gz: d3a4ce14c04ab98adc4a4bf8ac10ca9820f7b22df3fccc85a336a7f8efdfc464
3
+ metadata.gz: eac5dfe5f527ce5d81579457f0ee5470e40abbe735d4b03003f58876a10c9161
4
+ data.tar.gz: e7e8a0c0d421f985207affa5c0c2fe067c683931a920bd51e85b21763055b3de
5
5
  SHA512:
6
- metadata.gz: 77c9a66452d1ccfdc3279571f65669f0cba74e90d01309f1e56727b3efd007fe7cfde21ecc5bc91b9252b3781ae4f615063f407c8cbba86e43f1cea099e1bb12
7
- data.tar.gz: 917624149f1e4b26c24f99f4b605e8f7580a0ca436c8087e1a0a29cdcb8e60a4a33448570b9819ad350d306b4bf4a0c6d96ac88deefcf47e8d12b20e4fabec60
6
+ metadata.gz: 3528d25cf50beed48559dfacf4a07fee3f8bd276cba788d1bcb12990d6d94cc6c78628ad22bbf601957f38de8c18afb1a66112c296c9a7612ba5e78d4f48c5c1
7
+ data.tar.gz: 154c60f33e4c9c13fa71ee981db8617bf5714af53a49ef1ec08fff8bde98c807b67448a73e0629f631a0cff2a10bb6d6fbb17ae32e1045d39da722347f6c053e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-speech_v1p1beta1
2
2
 
3
+ ### v0.24.0 (2022-05-20)
4
+
5
+ * Regenerated from discovery document revision 20220511
6
+
7
+ ### v0.23.0 (2022-04-26)
8
+
9
+ * Regenerated from discovery document revision 20220419
10
+
11
+ ### v0.22.0 (2022-04-14)
12
+
13
+ * Regenerated from discovery document revision 20220411
14
+
3
15
  ### v0.21.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
 
@@ -722,7 +721,9 @@ module Google
722
721
  # Which model to select for the given request. Select the model best suited to
723
722
  # your domain to get best results. If a model is not explicitly specified, then
724
723
  # we auto-select a model based on the parameters in the RecognitionConfig. *
725
- # Model* *Description* command_and_search Best for short queries such as voice
724
+ # Model* *Description* latest_long Best for long form content like media or
725
+ # conversation. latest_short Best for short form content like commands or single
726
+ # shot directed speech. command_and_search Best for short queries such as voice
726
727
  # commands or voice search. phone_call Best for audio that originated from a
727
728
  # phone call (typically recorded at an 8khz sampling rate). video Best for audio
728
729
  # 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 SpeechV1p1beta1
18
18
  # Version of the google-apis-speech_v1p1beta1 gem
19
- GEM_VERSION = "0.21.0"
19
+ GEM_VERSION = "0.24.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::SpeechV1p1beta1::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::SpeechV1p1beta1::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_v1p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.24.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_v1p1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1p1beta1/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1p1beta1/v0.24.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-speech_v1p1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []