google-apis-documentai_v1 0.92.0 → 0.93.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 96bda631adf66827359d7e815f8831bb962a06eecb4dcdc53682b4eeff67fb3b
4
- data.tar.gz: 72fbc6d2e3844417850d23663a5f8da6d326a069106989c335c53be6599da4d6
3
+ metadata.gz: 5159568caf2ec65fbf91f7d809b695e591d34a8b52d0ec143df4f67eb06a8332
4
+ data.tar.gz: 31bfa28f043faa3c438508d04b0f889a63ec8243fb054bd18ff550d9390469ad
5
5
  SHA512:
6
- metadata.gz: 3bb17249b50e053aac3ee4242b313e3652d3a7d800cd53e3bd0537fd53a700dc85307b368e7a3a4f37758c1f7a583ccb40aaaef72140428078ae076a9290a9a9
7
- data.tar.gz: '058677ba626d50eacae9979d036120ea72b787d0ebe5bf564312e4f4ec144032cdb3271891776af77745832ce7b06705325ddf5926ba849eeafd9695935d2feb'
6
+ metadata.gz: b4eaaca722b724f59fbe02e00ce1388bd4c2f743a041450b248844c39f7334b9026e53c74f7a404963e0028f52b20409a6ba001454201540f200412c98b4ae94
7
+ data.tar.gz: 3e40147a299b63e0ad9345947c9fbacbb74ed19d07ef9d6bdcf0f5e6762bbc258ab59983c8e182210aa0e2b6ee4e110a3a789b4632968f315bd0846e7fad39b8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.93.0 (2025-01-26)
4
+
5
+ * Regenerated from discovery document revision 20250117
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.92.0 (2024-12-15)
4
9
 
5
10
  * Regenerated from discovery document revision 20241210
@@ -5156,6 +5156,19 @@ module Google
5156
5156
  # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig]
5157
5157
  attr_accessor :chunking_config
5158
5158
 
5159
+ # Optional. Whether to include bounding boxes in layout parser processor
5160
+ # response.
5161
+ # Corresponds to the JSON property `returnBoundingBoxes`
5162
+ # @return [Boolean]
5163
+ attr_accessor :return_bounding_boxes
5164
+ alias_method :return_bounding_boxes?, :return_bounding_boxes
5165
+
5166
+ # Optional. Whether to include images in layout parser processor response.
5167
+ # Corresponds to the JSON property `returnImages`
5168
+ # @return [Boolean]
5169
+ attr_accessor :return_images
5170
+ alias_method :return_images?, :return_images
5171
+
5159
5172
  def initialize(**args)
5160
5173
  update!(**args)
5161
5174
  end
@@ -5163,6 +5176,8 @@ module Google
5163
5176
  # Update properties of this object
5164
5177
  def update!(**args)
5165
5178
  @chunking_config = args[:chunking_config] if args.key?(:chunking_config)
5179
+ @return_bounding_boxes = args[:return_bounding_boxes] if args.key?(:return_bounding_boxes)
5180
+ @return_images = args[:return_images] if args.key?(:return_images)
5166
5181
  end
5167
5182
  end
5168
5183
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DocumentaiV1
18
18
  # Version of the google-apis-documentai_v1 gem
19
- GEM_VERSION = "0.92.0"
19
+ GEM_VERSION = "0.93.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241210"
25
+ REVISION = "20250117"
26
26
  end
27
27
  end
28
28
  end
@@ -3101,6 +3101,8 @@ module Google
3101
3101
  class Representation < Google::Apis::Core::JsonRepresentation
3102
3102
  property :chunking_config, as: 'chunkingConfig', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig::Representation
3103
3103
 
3104
+ property :return_bounding_boxes, as: 'returnBoundingBoxes'
3105
+ property :return_images, as: 'returnImages'
3104
3106
  end
3105
3107
  end
3106
3108
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-documentai_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.92.0
4
+ version: 0.93.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-15 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.92.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.93.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud Document AI API V1
82
79
  test_files: []