google-apis-translate_v3 0.29.0 → 0.31.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: 16fe0324486457fe2e4fbaa6d9823301cb983062d4c69ba6a7d17ed7197c5998
4
- data.tar.gz: 8b6bfee28bff7d4d033d688ecad2042ffddb3fb1052d3157f8992ebf3c2c9ef1
3
+ metadata.gz: 2378702059b45f2e676160bc0b7a2fd9ed331fd75bb976236bf06cd5379f9cd2
4
+ data.tar.gz: d2b76d4b4127539766e7e3d1d84e672eb2c029c09b9aa3d305967f23d201f3d7
5
5
  SHA512:
6
- metadata.gz: 54d934f21df66a0236f9cd550108b7a660af71ecc49ea5d86498df3cc598e2fbcc2d8a13fbb9c7b806ef4dcd60a4980f2738891ab6fcd0c9907a4d002c71291e
7
- data.tar.gz: 3b8ab1356377dec85737cea931e4a44832c9b903ba0250cc78e7b83a098690a5d19600a06930ccbd149e69b887f227cd31edba06ea4f7c0afdf9cedaf6b9352b
6
+ metadata.gz: 97a45c9075c3502115fe1540d6654d6fc8861c49471f58af42c6a93e07c4a133decce9956b4895c5be05e1a6de90492989043af2b1b4c8d9b3d30fb05c70a53f
7
+ data.tar.gz: 984588525b6d0eaad0f81e31571c1575b040eea82e5e15f5236392d76a4c2bc3771959782c57069ba905f30216dc8e11f6ae3bd543bb501643bc22fe6c49a480
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-translate_v3
2
2
 
3
+ ### v0.31.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230808
6
+
7
+ ### v0.30.0 (2023-07-23)
8
+
9
+ * Regenerated from discovery document revision 20230714
10
+
3
11
  ### v0.29.0 (2023-06-04)
4
12
 
5
13
  * Regenerated from discovery document revision 20230526
@@ -72,6 +72,12 @@ module Google
72
72
  # @return [String]
73
73
  attr_accessor :customized_attribution
74
74
 
75
+ # Optional. If true, enable auto rotation correction in DVS.
76
+ # Corresponds to the JSON property `enableRotationCorrection`
77
+ # @return [Boolean]
78
+ attr_accessor :enable_rotation_correction
79
+ alias_method :enable_rotation_correction?, :enable_rotation_correction
80
+
75
81
  # Optional. If true, use the text removal server to remove the shadow text on
76
82
  # background image for native pdf translation. Shadow removal feature can only
77
83
  # be enabled when is_translate_native_pdf_only: false && pdf_native_only: false
@@ -134,6 +140,7 @@ module Google
134
140
  # Update properties of this object
135
141
  def update!(**args)
136
142
  @customized_attribution = args[:customized_attribution] if args.key?(:customized_attribution)
143
+ @enable_rotation_correction = args[:enable_rotation_correction] if args.key?(:enable_rotation_correction)
137
144
  @enable_shadow_removal_native_pdf = args[:enable_shadow_removal_native_pdf] if args.key?(:enable_shadow_removal_native_pdf)
138
145
  @format_conversions = args[:format_conversions] if args.key?(:format_conversions)
139
146
  @glossaries = args[:glossaries] if args.key?(:glossaries)
@@ -1352,13 +1359,13 @@ module Google
1352
1359
  # @return [String]
1353
1360
  attr_accessor :name
1354
1361
 
1355
- # The normal response of the operation in case of success. If the original
1356
- # method returns no data on success, such as `Delete`, the response is `google.
1357
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1358
- # the response should be the resource. For other methods, the response should
1359
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1360
- # example, if the original method name is `TakeSnapshot()`, the inferred
1361
- # response type is `TakeSnapshotResponse`.
1362
+ # The normal, successful response of the operation. If the original method
1363
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1364
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1365
+ # response should be the resource. For other methods, the response should have
1366
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1367
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1368
+ # `TakeSnapshotResponse`.
1362
1369
  # Corresponds to the JSON property `response`
1363
1370
  # @return [Hash<String,Object>]
1364
1371
  attr_accessor :response
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TranslateV3
18
18
  # Version of the google-apis-translate_v3 gem
19
- GEM_VERSION = "0.29.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230526"
25
+ REVISION = "20230808"
26
26
  end
27
27
  end
28
28
  end
@@ -384,6 +384,7 @@ module Google
384
384
  # @private
385
385
  class Representation < Google::Apis::Core::JsonRepresentation
386
386
  property :customized_attribution, as: 'customizedAttribution'
387
+ property :enable_rotation_correction, as: 'enableRotationCorrection'
387
388
  property :enable_shadow_removal_native_pdf, as: 'enableShadowRemovalNativePdf'
388
389
  hash :format_conversions, as: 'formatConversions'
389
390
  hash :glossaries, as: 'glossaries', class: Google::Apis::TranslateV3::TranslateTextGlossaryConfig, decorator: Google::Apis::TranslateV3::TranslateTextGlossaryConfig::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-translate_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.31.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: 2023-06-04 00:00:00.000000000 Z
11
+ date: 2023-08-13 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-translate_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3/v0.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3/v0.31.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-translate_v3
63
63
  post_install_message:
64
64
  rdoc_options: []