google-cloud-document_ai-v1 0.16.1 → 0.16.2
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: c42a4978a1aaefd8d88aa3bb45ab2febf8efb8023ecf3eebdf06bca0e971590c
|
4
|
+
data.tar.gz: 758c14b3923abf084cdd9db792beb89e1c8dfc9170041e2dc3bd909fcb657ec5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b16ad6bffa2d093239820cbab34c1ed353ed464c4b1cf04e59ab25856bb177c394708ed32e103e2ac6c94f55c7e82a6bbe6765a0438f095bab662297d414060c
|
7
|
+
data.tar.gz: e07049a72188bf7cb9ceb18195535044c530fa330e4fbfddaa479b30b4247f868e747d605561ce5aaeadad837039d582a8db7a3798a39b33cef51c2565ffe742
|
@@ -304,6 +304,19 @@ module Google
|
|
304
304
|
# seconds: 360 # 6 minutes
|
305
305
|
# total_poll_timeout:
|
306
306
|
# seconds: 54000 # 90 minutes
|
307
|
+
# @!attribute [rw] auto_populated_fields
|
308
|
+
# @return [::Array<::String>]
|
309
|
+
# List of top-level fields of the request message, that should be
|
310
|
+
# automatically populated by the client libraries based on their
|
311
|
+
# (google.api.field_info).format. Currently supported format: UUID4.
|
312
|
+
#
|
313
|
+
# Example of a YAML configuration:
|
314
|
+
#
|
315
|
+
# publishing:
|
316
|
+
# method_settings:
|
317
|
+
# - selector: google.example.v1.ExampleService.CreateExample
|
318
|
+
# auto_populated_fields:
|
319
|
+
# - request_id
|
307
320
|
class MethodSettings
|
308
321
|
include ::Google::Protobuf::MessageExts
|
309
322
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -104,14 +104,14 @@ module Google
|
|
104
104
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
105
105
|
|
106
106
|
# Types of occurrences of the entity type in the document. This
|
107
|
-
# represents the number of instances of
|
108
|
-
#
|
109
|
-
#
|
110
|
-
#
|
111
|
-
#
|
112
|
-
#
|
113
|
-
#
|
114
|
-
#
|
107
|
+
# represents the number of instances of an entity, not number of mentions
|
108
|
+
# of an entity. For example, a bank statement may only have one
|
109
|
+
# `account_number`, but this account number may be mentioned in several
|
110
|
+
# places on the document. In this case the 'account_number' would be
|
111
|
+
# considered a `REQUIRED_ONCE` entity type. If, on the other hand, we
|
112
|
+
# expect a bank statement to contain the status of multiple different
|
113
|
+
# accounts for the customers, the occurrence type will be set to
|
114
|
+
# `REQUIRED_MULTIPLE`.
|
115
115
|
module OccurrenceType
|
116
116
|
# Unspecified occurrence type.
|
117
117
|
OCCURRENCE_TYPE_UNSPECIFIED = 0
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-document_ai-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.16.
|
4
|
+
version: 0.16.2
|
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-12-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|