google-apis-speech_v1 0.9.0 → 0.10.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: f807af6e038e45e577b4240d8e9e0f96a87b3a14e31694ed3d0aac556f35178f
4
- data.tar.gz: 1281eac42ad8b46e24a61c43fa560152d5451112542fab646195a07f215995b0
3
+ metadata.gz: 8e1af37cd240879c02445c946f94a7b481b6efadb70bb8c21837b22326567bd8
4
+ data.tar.gz: 600246f7d6f761345e6ce8c6d19eb605f5e8bae0c855e6b66113b473d9bda94d
5
5
  SHA512:
6
- metadata.gz: 3d43c57d8ff169565e08a4c27e15560c96f93ffd9b033c230f4031b3ec8977448bbb1960e0ded90a36534ec07f7f29cce00ddc460ac3fa3366e6783dde298d6d
7
- data.tar.gz: fcdaf253c475a26ce58f9463358edf57450f31e4db983c4f2541f4022f38ff3e7ffcbb3d4c81154cc780b86bde245d772d0360baf5f31642e9a9c3b9b80d807b
6
+ metadata.gz: 42bc295fe3a22c72081eadf0ec4894600590d5a9f769b67b41c34ef27123edd605a2305fdcf1379122aff994c9bc28378e1b0421533527dec36ffc97affa0d8f
7
+ data.tar.gz: 4caac8bbe96adf48fdee38198553b3129c166f1593bc66880dda369c6606bcd3940bd9425b6e3541c2ba9f6cb2bdb37067d2044b37f0b02b9e10cd8756afd09e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-speech_v1
2
2
 
3
+ ### v0.10.0 (2021-10-08)
4
+
5
+ * Regenerated from discovery document revision 20210929
6
+
3
7
  ### v0.9.0 (2021-09-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20210825
@@ -131,6 +131,21 @@ module Google
131
131
  class LongRunningRecognizeResponse
132
132
  include Google::Apis::Core::Hashable
133
133
 
134
+ # Specifies an optional destination for the recognition results.
135
+ # Corresponds to the JSON property `outputConfig`
136
+ # @return [Google::Apis::SpeechV1::TranscriptOutputConfig]
137
+ attr_accessor :output_config
138
+
139
+ # The `Status` type defines a logical error model that is suitable for different
140
+ # programming environments, including REST APIs and RPC APIs. It is used by [
141
+ # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
142
+ # data: error code, error message, and error details. You can find out more
143
+ # about this error model and how to work with it in the [API Design Guide](https:
144
+ # //cloud.google.com/apis/design/errors).
145
+ # Corresponds to the JSON property `outputError`
146
+ # @return [Google::Apis::SpeechV1::Status]
147
+ attr_accessor :output_error
148
+
134
149
  # Sequential list of transcription results corresponding to sequential portions
135
150
  # of audio.
136
151
  # Corresponds to the JSON property `results`
@@ -148,6 +163,8 @@ module Google
148
163
 
149
164
  # Update properties of this object
150
165
  def update!(**args)
166
+ @output_config = args[:output_config] if args.key?(:output_config)
167
+ @output_error = args[:output_error] if args.key?(:output_error)
151
168
  @results = args[:results] if args.key?(:results)
152
169
  @total_billed_time = args[:total_billed_time] if args.key?(:total_billed_time)
153
170
  end
@@ -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.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210825"
25
+ REVISION = "20210929"
26
26
  end
27
27
  end
28
28
  end
@@ -158,6 +158,10 @@ module Google
158
158
  class LongRunningRecognizeResponse
159
159
  # @private
160
160
  class Representation < Google::Apis::Core::JsonRepresentation
161
+ property :output_config, as: 'outputConfig', class: Google::Apis::SpeechV1::TranscriptOutputConfig, decorator: Google::Apis::SpeechV1::TranscriptOutputConfig::Representation
162
+
163
+ property :output_error, as: 'outputError', class: Google::Apis::SpeechV1::Status, decorator: Google::Apis::SpeechV1::Status::Representation
164
+
161
165
  collection :results, as: 'results', class: Google::Apis::SpeechV1::SpeechRecognitionResult, decorator: Google::Apis::SpeechV1::SpeechRecognitionResult::Representation
162
166
 
163
167
  property :total_billed_time, as: 'totalBilledTime'
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.9.0
4
+ version: 0.10.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: 2021-09-06 00:00:00.000000000 Z
11
+ date: 2021-10-11 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/master/generated/google-apis-speech_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-speech_v1
63
63
  post_install_message:
64
64
  rdoc_options: []