google-apis-translate_v3 0.28.0 → 0.30.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: 4862fdc6ea70f4c7d5d49dd3581df9adcd207f5245eab90652d998a61697d0a4
4
- data.tar.gz: fc582936102256b4402f8de9e679a26d705906a28b9f4b6cdd545f759884f4f5
3
+ metadata.gz: 1134eb96bc78fce3742be35e3bcb6150f6ed1199035b3a47d1ec3e95fed4bfc1
4
+ data.tar.gz: b8b153af9fb34260ac5da71fb887f5e37a42bb9cacde83330c00d1063fe3c237
5
5
  SHA512:
6
- metadata.gz: fa36582feac5a1f76ee12105c2220881afee0328d710e5a3a9007937896665230c7ebd9eab99b8dcd509ccf8ba811acaf8e9f05a1e26329f2ab689f2480c7173
7
- data.tar.gz: 5eb7a010615fef9f263594e1f094016dfd3e97c96f7136cec86ef64d05eb1ffd30179f3d26adb05a8df58082c5687086d68d68525b0cfd9fc04b48bebb9dc0fd
6
+ metadata.gz: 9a0178ba729218a96b363c759176a8992d5f785f789be15a41d018da34d49432db7e7db541d9208dabef900049e6dbe1647c95525b3ca50d2a17af7148ca1a59
7
+ data.tar.gz: d03703cfa00d06fc6b793e131337abde3368c14b19dd00553a65563bb84c7a51f998a17b4824b043513c8e1b0c26b718e2707fe81b4b2a69d977719145b2c554
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-translate_v3
2
2
 
3
+ ### v0.30.0 (2023-07-23)
4
+
5
+ * Regenerated from discovery document revision 20230714
6
+
7
+ ### v0.29.0 (2023-06-04)
8
+
9
+ * Regenerated from discovery document revision 20230526
10
+
3
11
  ### v0.28.0 (2023-05-28)
4
12
 
5
13
  * Regenerated from discovery document revision 20230519
@@ -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)
@@ -1810,7 +1817,7 @@ module Google
1810
1817
  # @return [String]
1811
1818
  attr_accessor :target_language_code
1812
1819
 
1813
- # Confugures transliteration feature on top of translation.
1820
+ # Configures transliteration feature on top of translation.
1814
1821
  # Corresponds to the JSON property `transliterationConfig`
1815
1822
  # @return [Google::Apis::TranslateV3::TransliterationConfig]
1816
1823
  attr_accessor :transliteration_config
@@ -1906,7 +1913,7 @@ module Google
1906
1913
  end
1907
1914
  end
1908
1915
 
1909
- # Confugures transliteration feature on top of translation.
1916
+ # Configures transliteration feature on top of translation.
1910
1917
  class TransliterationConfig
1911
1918
  include Google::Apis::Core::Hashable
1912
1919
 
@@ -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.28.0"
19
+ GEM_VERSION = "0.30.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 = "20230519"
25
+ REVISION = "20230714"
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.28.0
4
+ version: 0.30.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-05-28 00:00:00.000000000 Z
11
+ date: 2023-07-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-translate_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3/v0.30.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: []