google-cloud-document_ai-v1beta3 0.7.0 → 0.8.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: 284c6b035a05602acb0a3bc4c8981ae24369eda2c8866a53cbc37ff5a543d8f6
4
- data.tar.gz: dd785962308d427f0b908b2d69ebf8da5429a4222d284da5a26e6c439c649bb4
3
+ metadata.gz: e8dfe5b697fb42bd1a6da16d56992597ab4c2b3f3859f14fc5f309512174ed54
4
+ data.tar.gz: 9c916451654cc017f118e00d5c88f0bb921642d3913512359eacc337f0523777
5
5
  SHA512:
6
- metadata.gz: 6f559f55a0378dda25d76a3be056b47fe9221d68e0bf4b51e1f4a0936bff8c1998f941397e6eb56f9764767be0be6e6da922ff52836be7c0944ddb1088013aa2
7
- data.tar.gz: f7d7255bfa027a772dda0b7a6499b08f320c097733ff68cf0c4b2032dcf746ff32a4e8f26c3e9c4a0eda87d8798c89173d9861c5bfec7a38399467ac66a4a2a9
6
+ metadata.gz: '0887ece89f411645b46aca64c26a93331dfa2a796016998e0b55bfea2b2f654969847ec571657d6b5261436a17fe96a4fab6193f4be61b9b7646a3bc5eba49dd'
7
+ data.tar.gz: 9f4a12a0459b51ad704b8419b7a0772b9b98afc0da315f915d47b720b1571162a410bd73b2a38a42db94491c6d2fbcd71710cc211c0c16deaa8c94a89f846e0d
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DocumentAI
23
23
  module V1beta3
24
- VERSION = "0.7.0"
24
+ VERSION = "0.8.0"
25
25
  end
26
26
  end
27
27
  end
@@ -199,6 +199,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
199
199
  optional :layout_type, :enum, 2, "google.cloud.documentai.v1beta3.Document.PageAnchor.PageRef.LayoutType"
200
200
  optional :layout_id, :string, 3
201
201
  optional :bounding_poly, :message, 4, "google.cloud.documentai.v1beta3.BoundingPoly"
202
+ optional :confidence, :float, 5
202
203
  end
203
204
  add_enum "google.cloud.documentai.v1beta3.Document.PageAnchor.PageRef.LayoutType" do
204
205
  value :LAYOUT_TYPE_UNSPECIFIED, 0
@@ -630,6 +630,9 @@ module Google
630
630
  # @!attribute [rw] bounding_poly
631
631
  # @return [::Google::Cloud::DocumentAI::V1beta3::BoundingPoly]
632
632
  # Optional. Identifies the bounding polygon of a layout element on the page.
633
+ # @!attribute [rw] confidence
634
+ # @return [::Float]
635
+ # Optional. Confidence of detected page element, if applicable. Range [0, 1].
633
636
  class PageRef
634
637
  include ::Google::Protobuf::MessageExts
635
638
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-document_ai-v1beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.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: 2021-03-30 00:00:00.000000000 Z
11
+ date: 2021-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -216,7 +216,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
216
216
  - !ruby/object:Gem::Version
217
217
  version: '0'
218
218
  requirements: []
219
- rubygems_version: 3.2.13
219
+ rubygems_version: 3.2.16
220
220
  signing_key:
221
221
  specification_version: 4
222
222
  summary: API Client library for the Document AI V1beta3 API