google-apis-documentai_v1beta3 0.81.0 → 0.82.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/documentai_v1beta3/classes.rb +10 -10
- data/lib/google/apis/documentai_v1beta3/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1a48a94cb8ffb72e8523cb65ef07ed16a8549c7bab22de305648f7b784765d61
|
|
4
|
+
data.tar.gz: 5088904e38e4243328388f28c449b6458467482e0da04de412d699b862de2c61
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b2798fe457731134584ce16c4ef98622a45b0f75a72c42c7017e20ad538e174079d02121bd2f6ba058556a004129d2145456b91877c269145bcec8f21ea61941
|
|
7
|
+
data.tar.gz: 88b932f4dd3cba1a6f39e1748a3e95efd02a3d7fe85ea585d222991b76504af7a17886312e9388ff382873f861fec9d02fed6cf50dd097e55bbd08e4d8f42f70
|
data/CHANGELOG.md
CHANGED
|
@@ -9947,12 +9947,13 @@ module Google
|
|
|
9947
9947
|
end
|
|
9948
9948
|
end
|
|
9949
9949
|
|
|
9950
|
-
# The request message for the ImportProcessorVersion method.
|
|
9951
|
-
#
|
|
9952
|
-
#
|
|
9953
|
-
#
|
|
9954
|
-
#
|
|
9955
|
-
# project is specified as part of the source
|
|
9950
|
+
# The request message for the ImportProcessorVersion method. The Document AI [
|
|
9951
|
+
# Service Agent](https://cloud.google.com/iam/docs/service-agents) of the
|
|
9952
|
+
# destination project must have [Document AI Editor role](https://cloud.google.
|
|
9953
|
+
# com/document-ai/docs/access-control/iam-roles) on the source project. The
|
|
9954
|
+
# destination project is specified as part of the parent field. The source
|
|
9955
|
+
# project is specified as part of the source or
|
|
9956
|
+
# external_processor_version_source field.
|
|
9956
9957
|
class GoogleCloudDocumentaiV1beta3ImportProcessorVersionRequest
|
|
9957
9958
|
include Google::Apis::Core::Hashable
|
|
9958
9959
|
|
|
@@ -10164,8 +10165,7 @@ module Google
|
|
|
10164
10165
|
# @return [Array<String>]
|
|
10165
10166
|
attr_accessor :advanced_ocr_options
|
|
10166
10167
|
|
|
10167
|
-
# Turn on font
|
|
10168
|
-
# compute_style_info instead.
|
|
10168
|
+
# Turn on font identification model and return font style information.
|
|
10169
10169
|
# Corresponds to the JSON property `computeStyleInfo`
|
|
10170
10170
|
# @return [Boolean]
|
|
10171
10171
|
attr_accessor :compute_style_info
|
|
@@ -10679,7 +10679,7 @@ module Google
|
|
|
10679
10679
|
|
|
10680
10680
|
# The display name of the document, it supports all Unicode characters except
|
|
10681
10681
|
# the following: `*`, `?`, `[`, `]`, `%`, ```, ```,`'`, `\"`, `,` `~`, `=` and `:
|
|
10682
|
-
# ` are reserved. If not specified, a default ID
|
|
10682
|
+
# ` are reserved. If not specified, a default ID is generated.
|
|
10683
10683
|
# Corresponds to the JSON property `displayName`
|
|
10684
10684
|
# @return [String]
|
|
10685
10685
|
attr_accessor :display_name
|
|
@@ -10923,7 +10923,7 @@ module Google
|
|
|
10923
10923
|
class GoogleCloudDocumentaiV1beta3SummaryOptions
|
|
10924
10924
|
include Google::Apis::Core::Hashable
|
|
10925
10925
|
|
|
10926
|
-
#
|
|
10926
|
+
# The format the summary should be in.
|
|
10927
10927
|
# Corresponds to the JSON property `format`
|
|
10928
10928
|
# @return [String]
|
|
10929
10929
|
attr_accessor :format
|
|
@@ -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.82.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230908"
|
|
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_v1beta3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.82.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: 2023-
|
|
11
|
+
date: 2023-09-17 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.82.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: []
|