google-apis-documentai_v1beta3 0.118.0 → 0.119.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: 7352ed36e7169c159592a7375051fdb0fe3d2a29eb28434305825b8531be8e63
|
|
4
|
+
data.tar.gz: 538b8bc6d395c4203e60c9b9c94625ac92c4b97d6c8ce8b255416c64388ddd2e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9119afa09d68b7a0622594f139ad27a3cf0578294f22ce756a6d24bcd83a8c83663ca490570e5fee11d3cdaf05bc69493915b3809e6d5fb6473501ee46adde1d
|
|
7
|
+
data.tar.gz: 0366d80024731f7b2a193a08dc8c27190f24a232d3de9eeee2f6389f55ab476c9f162fe379c6c8183ba12ed2acf8b9983da56a55405918ff7313153f925bf5ba
|
data/CHANGELOG.md
CHANGED
|
@@ -8093,10 +8093,11 @@ module Google
|
|
|
8093
8093
|
# @return [String]
|
|
8094
8094
|
attr_accessor :dataset_split
|
|
8095
8095
|
|
|
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 `
|
|
8096
|
+
# Optional. If set, determines the type of the documents to be imported in this
|
|
8097
|
+
# batch. It can be used to auto-label the documents with a single entity of the
|
|
8098
|
+
# provided type. This field can only be used with a classifier or splitter
|
|
8099
|
+
# processor. Providing this field is mutually exclusive with `entities` and `
|
|
8100
|
+
# auto_labeling_config`.
|
|
8100
8101
|
# Corresponds to the JSON property `documentType`
|
|
8101
8102
|
# @return [String]
|
|
8102
8103
|
attr_accessor :document_type
|
|
@@ -8499,7 +8500,7 @@ module Google
|
|
|
8499
8500
|
# @return [String]
|
|
8500
8501
|
attr_accessor :create_time
|
|
8501
8502
|
|
|
8502
|
-
#
|
|
8503
|
+
# Required. The user-defined name of the Schema.
|
|
8503
8504
|
# Corresponds to the JSON property `displayName`
|
|
8504
8505
|
# @return [String]
|
|
8505
8506
|
attr_accessor :display_name
|
|
@@ -9703,7 +9704,7 @@ module Google
|
|
|
9703
9704
|
# @return [String]
|
|
9704
9705
|
attr_accessor :create_time
|
|
9705
9706
|
|
|
9706
|
-
#
|
|
9707
|
+
# Required. The user-defined name of the SchemaVersion.
|
|
9707
9708
|
# Corresponds to the JSON property `displayName`
|
|
9708
9709
|
# @return [String]
|
|
9709
9710
|
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.119.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 = "20251209"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
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.119.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.119.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:
|