google-apis-documentai_v1beta2 0.33.0 → 0.34.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 105945c947af3049dc41cb6884100a154502db5c6699a74f43a8f916a39af4ab
|
4
|
+
data.tar.gz: a80c8898324b94e97508b85117d7ba34e174ca2d382d31d6b8b3b9d5cf3a4279
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c80ec7893021e6ff2b166399e062451d6fd5f16e96fb4cf7217474bf2ab4cbdc855fa7168210c089c2c5dd7e3305d206a70564998695599c3ba87dbe19ca65d9
|
7
|
+
data.tar.gz: f90049cf35a3b1b47278cc00eee82b11b2d6a53810b5df2252b81e15f678bba3ccc6e0d3b3a97a8aaf6b3e2afffc1bcb5582c934cefd9cf41fadf14116a7045d
|
data/CHANGELOG.md
CHANGED
@@ -1586,7 +1586,7 @@ module Google
|
|
1586
1586
|
# @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentTextAnchor]
|
1587
1587
|
attr_accessor :text_anchor
|
1588
1588
|
|
1589
|
-
# Entity type from a schema e.g. `Address`.
|
1589
|
+
# Required. Entity type from a schema e.g. `Address`.
|
1590
1590
|
# Corresponds to the JSON property `type`
|
1591
1591
|
# @return [String]
|
1592
1592
|
attr_accessor :type
|
@@ -3394,7 +3394,7 @@ module Google
|
|
3394
3394
|
# @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentTextAnchor]
|
3395
3395
|
attr_accessor :text_anchor
|
3396
3396
|
|
3397
|
-
# Entity type from a schema e.g. `Address`.
|
3397
|
+
# Required. Entity type from a schema e.g. `Address`.
|
3398
3398
|
# Corresponds to the JSON property `type`
|
3399
3399
|
# @return [String]
|
3400
3400
|
attr_accessor :type
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DocumentaiV1beta2
|
18
18
|
# Version of the google-apis-documentai_v1beta2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.34.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220326"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-documentai_v1beta2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.34.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: 2022-
|
11
|
+
date: 2022-04-04 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_v1beta2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.34.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|