google-apis-documentai_v1beta3 0.94.0 → 0.95.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a69c84ced620ec5cf94ecb65968abee01a8b0ead20f4b9d7ac3d1968bd4deb32
|
|
4
|
+
data.tar.gz: 60f98f70a9da5cdf7f36f126e29e7e019391dca8fc9787d4ea6129e67c54868e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cee4213ee8d814b4af41cfd86ec4b022e8e378df50bf0d56b4ce3b6c955da637db22d3347db3c202c2f0bb1e11030c9974ab1cb8d17761f95c051aacbc508506
|
|
7
|
+
data.tar.gz: 4c056a787793f70876879c1a38fb97f446082c4c09fadf2fb5293ca36e6946e78725600e577f09dafd1b5247fe3cc6ff84892548e04a9ae6d8d16d55dc63ed06
|
data/CHANGELOG.md
CHANGED
|
@@ -7178,6 +7178,12 @@ module Google
|
|
|
7178
7178
|
# @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageSpan]
|
|
7179
7179
|
attr_accessor :page_span
|
|
7180
7180
|
|
|
7181
|
+
# DO NOT USE. List of all parsed documents layout source blocks used to generate
|
|
7182
|
+
# the chunk.
|
|
7183
|
+
# Corresponds to the JSON property `sourceBlockIds`
|
|
7184
|
+
# @return [Array<String>]
|
|
7185
|
+
attr_accessor :source_block_ids
|
|
7186
|
+
|
|
7181
7187
|
def initialize(**args)
|
|
7182
7188
|
update!(**args)
|
|
7183
7189
|
end
|
|
@@ -7189,6 +7195,7 @@ module Google
|
|
|
7189
7195
|
@page_footers = args[:page_footers] if args.key?(:page_footers)
|
|
7190
7196
|
@page_headers = args[:page_headers] if args.key?(:page_headers)
|
|
7191
7197
|
@page_span = args[:page_span] if args.key?(:page_span)
|
|
7198
|
+
@source_block_ids = args[:source_block_ids] if args.key?(:source_block_ids)
|
|
7192
7199
|
end
|
|
7193
7200
|
end
|
|
7194
7201
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DocumentaiV1beta3
|
|
18
18
|
# Version of the google-apis-documentai_v1beta3 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.95.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240502"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -4339,6 +4339,7 @@ module Google
|
|
|
4339
4339
|
|
|
4340
4340
|
property :page_span, as: 'pageSpan', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageSpan, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageSpan::Representation
|
|
4341
4341
|
|
|
4342
|
+
collection :source_block_ids, as: 'sourceBlockIds'
|
|
4342
4343
|
end
|
|
4343
4344
|
end
|
|
4344
4345
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-documentai_v1beta3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.95.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: 2024-
|
|
11
|
+
date: 2024-05-05 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-documentai_v1beta3/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.95.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|