google-apis-speech_v1p1beta1 0.25.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: 9efd1be4aa185ce732a62df96c3b519a4d8524d5c010e0518fadefab71316ee7
4
- data.tar.gz: c560369cf51cdedb9684d43ee3b99fef904990dbd3f932620954d6a8021b76d0
3
+ metadata.gz: b856043d483828a912ca18757811d13a49384e74dd9d616ff16ed484ca76dab4
4
+ data.tar.gz: 3a7b556a54dbfa391ea573fac848e4f8f5d26d8650d37d3d97c284bd4c6f0f32
5
5
  SHA512:
6
- metadata.gz: f89237c50b1ded96fc51c6535d2a5e900c08883c06a0d389306800f000ada34df76aa4932f98af2ea47c05c1973023872272056a1f89036cf532b656ed47e73b
7
- data.tar.gz: 7ec16770d69cf1ac90f3a720b0d6906f36b2398065e6148ec7496bad921ce91742432ba830213ddbaa6a06da79512d81b79d7c551d2da7a2d5bcf2fa4630ad52
6
+ metadata.gz: 2c32d094b6dc74ff42a4a58c18345b66414c20f4c35027eba237f6f4db9453dc9dbfe4892fe3887ef8218e2130ce55aa98ba3760df3ca9668f8df24e60195cca
7
+ data.tar.gz: af8f0d21d8d8bb7b942e709749195a6fca035c46a77f31954243793f8cda5f2545e19fa9a5c257902cfdad131e50d51763a7ea3fdf415d61339f928542c3bbbb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
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
+
8
+ ### v0.27.0 (2022-06-30)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+
12
+ ### v0.26.0 (2022-06-20)
13
+
14
+ * Regenerated using generator version 0.7.0
15
+
3
16
  ### v0.25.0 (2022-06-03)
4
17
 
5
18
  * Regenerated using generator version 0.5.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.25.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.5.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.25.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-06-13 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.5'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.5'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.25.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: []