google-apis-speech_v1p1beta1 0.27.0 → 0.28.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: cefb601af7aff13b507baed8dfdc58c8eb831de7c0d8d0a8899a005447610139
4
- data.tar.gz: 14ba8844f0529517b00961a04579a2da6c639ccf01da5bfcdbc21edc42ef1e23
3
+ metadata.gz: b856043d483828a912ca18757811d13a49384e74dd9d616ff16ed484ca76dab4
4
+ data.tar.gz: 3a7b556a54dbfa391ea573fac848e4f8f5d26d8650d37d3d97c284bd4c6f0f32
5
5
  SHA512:
6
- metadata.gz: 826d8a7206fa836fa30793d8b242bc5b716bd7064442c0f8f6e557510dc59baf0cf119058efa0cc2d207dad9ad5672579f52c4b29ae594372ed9966a59fce9c4
7
- data.tar.gz: e2002b3f243333fdb969c036b8778ff6d6af2aaddd90941f209b3381f720803f719d027290616e86e6c19853a341ea021a6c33f2a33dbaa20a4a2ce8736480d0
6
+ metadata.gz: 2c32d094b6dc74ff42a4a58c18345b66414c20f4c35027eba237f6f4db9453dc9dbfe4892fe3887ef8218e2130ce55aa98ba3760df3ca9668f8df24e60195cca
7
+ data.tar.gz: af8f0d21d8d8bb7b942e709749195a6fca035c46a77f31954243793f8cda5f2545e19fa9a5c257902cfdad131e50d51763a7ea3fdf415d61339f928542c3bbbb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-speech_v1p1beta1
2
2
 
3
+ ### v0.28.0 (2022-08-27)
4
+
5
+ * Regenerated from discovery document revision 20220818
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.27.0 (2022-06-30)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -364,6 +364,12 @@ module Google
364
364
  # @return [Google::Apis::SpeechV1p1beta1::Status]
365
365
  attr_accessor :output_error
366
366
 
367
+ # The ID associated with the request. This is a unique ID specific only to the
368
+ # given request.
369
+ # Corresponds to the JSON property `requestId`
370
+ # @return [Fixnum]
371
+ attr_accessor :request_id
372
+
367
373
  # Sequential list of transcription results corresponding to sequential portions
368
374
  # of audio.
369
375
  # Corresponds to the JSON property `results`
@@ -383,6 +389,7 @@ module Google
383
389
  def update!(**args)
384
390
  @output_config = args[:output_config] if args.key?(:output_config)
385
391
  @output_error = args[:output_error] if args.key?(:output_error)
392
+ @request_id = args[:request_id] if args.key?(:request_id)
386
393
  @results = args[:results] if args.key?(:results)
387
394
  @total_billed_time = args[:total_billed_time] if args.key?(:total_billed_time)
388
395
  end
@@ -922,6 +929,12 @@ module Google
922
929
  class RecognizeResponse
923
930
  include Google::Apis::Core::Hashable
924
931
 
932
+ # The ID associated with the request. This is a unique ID specific only to the
933
+ # given request.
934
+ # Corresponds to the JSON property `requestId`
935
+ # @return [Fixnum]
936
+ attr_accessor :request_id
937
+
925
938
  # Sequential list of transcription results corresponding to sequential portions
926
939
  # of audio.
927
940
  # Corresponds to the JSON property `results`
@@ -939,6 +952,7 @@ module Google
939
952
 
940
953
  # Update properties of this object
941
954
  def update!(**args)
955
+ @request_id = args[:request_id] if args.key?(:request_id)
942
956
  @results = args[:results] if args.key?(:results)
943
957
  @total_billed_time = args[:total_billed_time] if args.key?(:total_billed_time)
944
958
  end
@@ -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.27.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220511"
25
+ REVISION = "20220818"
26
26
  end
27
27
  end
28
28
  end
@@ -304,6 +304,7 @@ module Google
304
304
 
305
305
  property :output_error, as: 'outputError', class: Google::Apis::SpeechV1p1beta1::Status, decorator: Google::Apis::SpeechV1p1beta1::Status::Representation
306
306
 
307
+ property :request_id, :numeric_string => true, as: 'requestId'
307
308
  collection :results, as: 'results', class: Google::Apis::SpeechV1p1beta1::SpeechRecognitionResult, decorator: Google::Apis::SpeechV1p1beta1::SpeechRecognitionResult::Representation
308
309
 
309
310
  property :total_billed_time, as: 'totalBilledTime'
@@ -409,6 +410,7 @@ module Google
409
410
  class RecognizeResponse
410
411
  # @private
411
412
  class Representation < Google::Apis::Core::JsonRepresentation
413
+ property :request_id, :numeric_string => true, as: 'requestId'
412
414
  collection :results, as: 'results', class: Google::Apis::SpeechV1p1beta1::SpeechRecognitionResult, decorator: Google::Apis::SpeechV1p1beta1::SpeechRecognitionResult::Representation
413
415
 
414
416
  property :total_billed_time, as: 'totalBilledTime'
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.27.0
4
+ version: 0.28.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-07-04 00:00:00.000000000 Z
11
+ date: 2022-08-29 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.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1p1beta1/v0.28.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: []