google-apis-documentai_v1beta3 0.118.0 → 0.120.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: dee94859d13f7e08ea49697e95fd5a2ce22e0a88c53d65ca9984fe2f8534b67b
|
|
4
|
+
data.tar.gz: b4fa321766df7701e9e407af87b1e7a60a2553b36525bb67c8af40ad047db19a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 05a87be7344778cec5c868dd06f45e97d5eb59a9dfb2c65ebee7f8872dad61840a9e47a5c556efb1da312efbf788650c445e2043f65cf7684be57f424242896b
|
|
7
|
+
data.tar.gz: 5c7903797f028517ff5690d531e2e5d4a8cb25f95438088cf11001f998b87a01dd82df1a376168e7cfe0a50d1392162e9e8455411919d707b74724bd7f2f53f1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-documentai_v1beta3
|
|
2
2
|
|
|
3
|
+
### v0.120.0 (2026-01-11)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260104
|
|
6
|
+
|
|
7
|
+
### v0.119.0 (2025-12-14)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251209
|
|
10
|
+
|
|
3
11
|
### v0.118.0 (2025-12-07)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251202
|
|
@@ -5031,6 +5031,12 @@ module Google
|
|
|
5031
5031
|
# @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutput]
|
|
5032
5032
|
attr_accessor :entity_validation_output
|
|
5033
5033
|
|
|
5034
|
+
# Structure to identify provenance relationships between annotations in
|
|
5035
|
+
# different revisions.
|
|
5036
|
+
# Corresponds to the JSON property `provenance`
|
|
5037
|
+
# @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentProvenance]
|
|
5038
|
+
attr_accessor :provenance
|
|
5039
|
+
|
|
5034
5040
|
# The revision id.
|
|
5035
5041
|
# Corresponds to the JSON property `revisionId`
|
|
5036
5042
|
# @return [String]
|
|
@@ -5044,6 +5050,7 @@ module Google
|
|
|
5044
5050
|
def update!(**args)
|
|
5045
5051
|
@entities = args[:entities] if args.key?(:entities)
|
|
5046
5052
|
@entity_validation_output = args[:entity_validation_output] if args.key?(:entity_validation_output)
|
|
5053
|
+
@provenance = args[:provenance] if args.key?(:provenance)
|
|
5047
5054
|
@revision_id = args[:revision_id] if args.key?(:revision_id)
|
|
5048
5055
|
end
|
|
5049
5056
|
end
|
|
@@ -8093,10 +8100,11 @@ module Google
|
|
|
8093
8100
|
# @return [String]
|
|
8094
8101
|
attr_accessor :dataset_split
|
|
8095
8102
|
|
|
8096
|
-
# Optional.
|
|
8097
|
-
# used to auto-label the documents with a single entity of the
|
|
8098
|
-
# This field can only be used with a classifier or splitter
|
|
8099
|
-
# this field is mutually exclusive with `entities` and `
|
|
8103
|
+
# Optional. If set, determines the type of the documents to be imported in this
|
|
8104
|
+
# batch. It can be used to auto-label the documents with a single entity of the
|
|
8105
|
+
# provided type. This field can only be used with a classifier or splitter
|
|
8106
|
+
# processor. Providing this field is mutually exclusive with `entities` and `
|
|
8107
|
+
# auto_labeling_config`.
|
|
8100
8108
|
# Corresponds to the JSON property `documentType`
|
|
8101
8109
|
# @return [String]
|
|
8102
8110
|
attr_accessor :document_type
|
|
@@ -8499,7 +8507,7 @@ module Google
|
|
|
8499
8507
|
# @return [String]
|
|
8500
8508
|
attr_accessor :create_time
|
|
8501
8509
|
|
|
8502
|
-
#
|
|
8510
|
+
# Required. The user-defined name of the Schema.
|
|
8503
8511
|
# Corresponds to the JSON property `displayName`
|
|
8504
8512
|
# @return [String]
|
|
8505
8513
|
attr_accessor :display_name
|
|
@@ -9703,7 +9711,7 @@ module Google
|
|
|
9703
9711
|
# @return [String]
|
|
9704
9712
|
attr_accessor :create_time
|
|
9705
9713
|
|
|
9706
|
-
#
|
|
9714
|
+
# Required. The user-defined name of the SchemaVersion.
|
|
9707
9715
|
# Corresponds to the JSON property `displayName`
|
|
9708
9716
|
# @return [String]
|
|
9709
9717
|
attr_accessor :display_name
|
|
@@ -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.120.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260104"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -3610,6 +3610,8 @@ module Google
|
|
|
3610
3610
|
|
|
3611
3611
|
property :entity_validation_output, as: 'entityValidationOutput', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutput, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutput::Representation
|
|
3612
3612
|
|
|
3613
|
+
property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentProvenance, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentProvenance::Representation
|
|
3614
|
+
|
|
3613
3615
|
property :revision_id, as: 'revisionId'
|
|
3614
3616
|
end
|
|
3615
3617
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.120.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.120.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|