google-cloud-document_ai-v1 0.16.0 → 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: 0aeb904fef59d325e344fca73756d47ecb7a5d2e29260081830ec8bc57b61219
4
- data.tar.gz: b2accb15e117bf2b75f39dc552cfa959603f0a476a143236cefa8ebe76b2d05c
3
+ metadata.gz: c42a4978a1aaefd8d88aa3bb45ab2febf8efb8023ecf3eebdf06bca0e971590c
4
+ data.tar.gz: 758c14b3923abf084cdd9db792beb89e1c8dfc9170041e2dc3bd909fcb657ec5
5
5
  SHA512:
6
- metadata.gz: 8539dc221fdb4038870dbfd71ed8cab36f8c01516c82e4bacdbfb450ba665dca1b4567c54482c98611666ec7c3e3c924624194b754edfc99803ef0670cee8c53
7
- data.tar.gz: 17a7aa73161f60f1a157b33578318d46b0d6ccead148ea54815de46ef21c6f9dddfae48236a97c00e975a2891f118c8f13c41c431a104392e0fd3b6c343d1f76
6
+ metadata.gz: b16ad6bffa2d093239820cbab34c1ed353ed464c4b1cf04e59ab25856bb177c394708ed32e103e2ac6c94f55c7e82a6bbe6765a0438f095bab662297d414060c
7
+ data.tar.gz: e07049a72188bf7cb9ceb18195535044c530fa330e4fbfddaa479b30b4247f868e747d605561ce5aaeadad837039d582a8db7a3798a39b33cef51c2565ffe742
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DocumentAI
23
23
  module V1
24
- VERSION = "0.16.0"
24
+ VERSION = "0.16.2"
25
25
  end
26
26
  end
27
27
  end
@@ -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
@@ -156,7 +156,7 @@ module Google
156
156
  # @!attribute [rw] disable_character_boxes_detection
157
157
  # @return [::Boolean]
158
158
  # Turn off character box detector in OCR engine. Character box detection is
159
- # enabled by default in OCR 2.0+ processors.
159
+ # enabled by default in OCR 2.0 (and later) processors.
160
160
  # @!attribute [rw] premium_features
161
161
  # @return [::Google::Cloud::DocumentAI::V1::OcrConfig::PremiumFeatures]
162
162
  # Configurations for premium OCR features.
@@ -181,8 +181,8 @@ module Google
181
181
  # Configurations for premium OCR features.
182
182
  # @!attribute [rw] enable_selection_mark_detection
183
183
  # @return [::Boolean]
184
- # Turn on selection mark detector in OCR engine. Only available in OCR 2.0+
185
- # processors.
184
+ # Turn on selection mark detector in OCR engine. Only available in OCR 2.0
185
+ # (and later) processors.
186
186
  # @!attribute [rw] compute_style_info
187
187
  # @return [::Boolean]
188
188
  # Turn on font identification model and return font style information.
@@ -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 instances of an entity, not
108
- # number of mentions of an entity. For example, a bank statement may
109
- # only have one `account_number`, but this account number may be
110
- # mentioned in several places on the document. In this case the
111
- # 'account_number' would be considered a `REQUIRED_ONCE` entity type. If,
112
- # on the other hand, we expect a bank statement to contain the status of
113
- # multiple different accounts for the customers, the occurrence type will
114
- # be set to `REQUIRED_MULTIPLE`.
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.0
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-09-28 00:00:00.000000000 Z
11
+ date: 2023-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common