google-cloud-document_ai-v1beta3 0.7.0 → 0.8.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e8dfe5b697fb42bd1a6da16d56992597ab4c2b3f3859f14fc5f309512174ed54
|
|
4
|
+
data.tar.gz: 9c916451654cc017f118e00d5c88f0bb921642d3913512359eacc337f0523777
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0887ece89f411645b46aca64c26a93331dfa2a796016998e0b55bfea2b2f654969847ec571657d6b5261436a17fe96a4fab6193f4be61b9b7646a3bc5eba49dd'
|
|
7
|
+
data.tar.gz: 9f4a12a0459b51ad704b8419b7a0772b9b98afc0da315f915d47b720b1571162a410bd73b2a38a42db94491c6d2fbcd71710cc211c0c16deaa8c94a89f846e0d
|
|
@@ -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.
|
|
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-
|
|
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.
|
|
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
|