google-apis-documentai_v1 0.89.0 → 0.90.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: 3531a2e967eed666c02c2e68e7539e04f61090c7cbb10f3537b8d0629b307926
|
|
4
|
+
data.tar.gz: 5e351d979453b8239a34d9a12a914250c0e3411009bb5aa65d55f62cab873fa6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b90cffb8da0ab4f3bb95c63f7cfe60f3c8d123e21afeb9bc7161bb2c13415dc33940411b60d8ae2ae5719c17a81501610064a2e2dabb2c170f685642143b086f
|
|
7
|
+
data.tar.gz: 6c3bb0af7516d91c88220b962b303f0527822fb4b1d82cd3ec3c155734ce67204783a2c67eb350eeab184f2096cffff36255dc38c7379b822bbfb043e9c61ba0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-documentai_v1
|
|
2
2
|
|
|
3
|
+
### v0.90.0 (2024-08-18)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240813
|
|
6
|
+
* Regenerated using generator version 0.15.1
|
|
7
|
+
|
|
3
8
|
### v0.89.0 (2024-07-25)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20240716
|
|
@@ -5208,6 +5208,12 @@ module Google
|
|
|
5208
5208
|
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1GcsDocument]
|
|
5209
5209
|
attr_accessor :gcs_document
|
|
5210
5210
|
|
|
5211
|
+
# Optional. Option to remove images from the document.
|
|
5212
|
+
# Corresponds to the JSON property `imagelessMode`
|
|
5213
|
+
# @return [Boolean]
|
|
5214
|
+
attr_accessor :imageless_mode
|
|
5215
|
+
alias_method :imageless_mode?, :imageless_mode
|
|
5216
|
+
|
|
5211
5217
|
# Document represents the canonical document resource in Document AI. It is an
|
|
5212
5218
|
# interchange format that provides insights into documents and allows for
|
|
5213
5219
|
# collaboration between users and Document AI to iterate and optimize for
|
|
@@ -5249,6 +5255,7 @@ module Google
|
|
|
5249
5255
|
def update!(**args)
|
|
5250
5256
|
@field_mask = args[:field_mask] if args.key?(:field_mask)
|
|
5251
5257
|
@gcs_document = args[:gcs_document] if args.key?(:gcs_document)
|
|
5258
|
+
@imageless_mode = args[:imageless_mode] if args.key?(:imageless_mode)
|
|
5252
5259
|
@inline_document = args[:inline_document] if args.key?(:inline_document)
|
|
5253
5260
|
@labels = args[:labels] if args.key?(:labels)
|
|
5254
5261
|
@process_options = args[:process_options] if args.key?(:process_options)
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.90.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.15.
|
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240813"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -3868,6 +3868,7 @@ module Google
|
|
|
3868
3868
|
property :field_mask, as: 'fieldMask'
|
|
3869
3869
|
property :gcs_document, as: 'gcsDocument', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1GcsDocument, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1GcsDocument::Representation
|
|
3870
3870
|
|
|
3871
|
+
property :imageless_mode, as: 'imagelessMode'
|
|
3871
3872
|
property :inline_document, as: 'inlineDocument', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1Document, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1Document::Representation
|
|
3872
3873
|
|
|
3873
3874
|
hash :labels, as: 'labels'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-documentai_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.90.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-08-18 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_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.90.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|