google-apis-translate_v3beta1 0.25.0 → 0.27.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: 4368c171b7bdea3e45fc4f8c0c4a80a67fbd7ca3d63fd74d310a32de6c9b771c
4
- data.tar.gz: 2b1152f187ae6b0a17a90d6b56ab7e58d4d85cec9921d41a40af55549fcd2a7c
3
+ metadata.gz: aded0e4bbf4595c595a6cc1af03e71acc33f990df1bb8553771cc5d170b78b8d
4
+ data.tar.gz: 92f1377e749ffdaba580f6d69d919b45cb3f5bad7869b3b0e5ada30e4ca9cfd6
5
5
  SHA512:
6
- metadata.gz: f0ce5f371a23d0f994518e10b8af48157046fbe68ab3f974d06988222692f16c41d8b861394e48282d11735d48f07bd929bb7437ee78c3f210a954282fc4709e
7
- data.tar.gz: 791861fd57987403d1679e87fe6568961620dadaac888522f3e8c656375ac907951a8b5884a162cccb29f2a3b2174825dfbf5a898bb056e1994b540c6154dc93
6
+ metadata.gz: 388c2f36e596567a3d6096f5027eb16ada02a24506c8b78a8f58c898205287005e91cff096592489c588fff9abc61bfbd0190eae079a4eb3a0319db7eaf40cc8
7
+ data.tar.gz: 9f7eab148eaa4af567cff5d3256abe1beb08023af74e4d587bb8699e4af79f52bdc9f5e300b8b5b4be6731e85b4a2b08a0c25af53c57545f869e2ac452ef23cb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-translate_v3beta1
2
2
 
3
+ ### v0.27.0 (2023-05-07)
4
+
5
+ * Regenerated from discovery document revision 20230428
6
+
7
+ ### v0.26.0 (2023-04-16)
8
+
9
+ * Regenerated from discovery document revision 20230403
10
+
3
11
  ### v0.25.0 (2023-03-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20230303
@@ -710,7 +710,7 @@ module Google
710
710
  end
711
711
  end
712
712
 
713
- # A resource that represents Google Cloud Platform location.
713
+ # A resource that represents a Google Cloud location.
714
714
  class Location
715
715
  include Google::Apis::Core::Hashable
716
716
 
@@ -962,6 +962,12 @@ module Google
962
962
  # @return [Google::Apis::TranslateV3beta1::DocumentOutputConfig]
963
963
  attr_accessor :document_output_config
964
964
 
965
+ # Optional. If true, enable auto rotation correction in DVS.
966
+ # Corresponds to the JSON property `enableRotationCorrection`
967
+ # @return [Boolean]
968
+ attr_accessor :enable_rotation_correction
969
+ alias_method :enable_rotation_correction?, :enable_rotation_correction
970
+
965
971
  # Optional. If true, use the text removal server to remove the shadow text on
966
972
  # background image for native pdf translation. Shadow removal feature can only
967
973
  # be enabled when is_translate_native_pdf_only: false && pdf_native_only: false
@@ -1028,6 +1034,7 @@ module Google
1028
1034
  @customized_attribution = args[:customized_attribution] if args.key?(:customized_attribution)
1029
1035
  @document_input_config = args[:document_input_config] if args.key?(:document_input_config)
1030
1036
  @document_output_config = args[:document_output_config] if args.key?(:document_output_config)
1037
+ @enable_rotation_correction = args[:enable_rotation_correction] if args.key?(:enable_rotation_correction)
1031
1038
  @enable_shadow_removal_native_pdf = args[:enable_shadow_removal_native_pdf] if args.key?(:enable_shadow_removal_native_pdf)
1032
1039
  @glossary_config = args[:glossary_config] if args.key?(:glossary_config)
1033
1040
  @is_translate_native_pdf_only = args[:is_translate_native_pdf_only] if args.key?(:is_translate_native_pdf_only)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TranslateV3beta1
18
18
  # Version of the google-apis-translate_v3beta1 gem
19
- GEM_VERSION = "0.25.0"
19
+ GEM_VERSION = "0.27.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 = "20230303"
25
+ REVISION = "20230428"
26
26
  end
27
27
  end
28
28
  end
@@ -503,6 +503,7 @@ module Google
503
503
 
504
504
  property :document_output_config, as: 'documentOutputConfig', class: Google::Apis::TranslateV3beta1::DocumentOutputConfig, decorator: Google::Apis::TranslateV3beta1::DocumentOutputConfig::Representation
505
505
 
506
+ property :enable_rotation_correction, as: 'enableRotationCorrection'
506
507
  property :enable_shadow_removal_native_pdf, as: 'enableShadowRemovalNativePdf'
507
508
  property :glossary_config, as: 'glossaryConfig', class: Google::Apis::TranslateV3beta1::TranslateTextGlossaryConfig, decorator: Google::Apis::TranslateV3beta1::TranslateTextGlossaryConfig::Representation
508
509
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-translate_v3beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.27.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-03-12 00:00:00.000000000 Z
11
+ date: 2023-05-14 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_v3beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3beta1/v0.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3beta1/v0.27.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-translate_v3beta1
63
63
  post_install_message:
64
64
  rdoc_options: []