google-cloud-document_ai-v1beta3 0.9.4 → 0.10.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: 9a8b5d13342041bd0460232e6eb8289dd242e64926b3363655fa5127cbae2575
|
|
4
|
+
data.tar.gz: 19748ac67ebe76e711f76a0ea63908a76f286c60fe10b767cb777120cdda906b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa4fc0d69f1457f93a013c2cac9dd7fb51f6ae710da9a03836016388d857f96d45259f28e33aef0a442bafb4aaba0336086584c0c1352bdba38cb008b7cb48c5
|
|
7
|
+
data.tar.gz: 324c2a23e1b5e3bbc49a0b6abdb7ebeea4ce5e6b544815cefe1749795c770db7a342f53ab1be3e53beed29e85bf68ee84e6336d8425ec799b1ddfb64d60900e1
|
data/README.md
CHANGED
|
@@ -37,7 +37,7 @@ request = ::Google::Cloud::DocumentAI::V1beta3::ProcessRequest.new # (request fi
|
|
|
37
37
|
response = client.process_document request
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
-
View the [Client Library Documentation](https://
|
|
40
|
+
View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-document_ai-v1beta3/latest)
|
|
41
41
|
for class and method documentation.
|
|
42
42
|
|
|
43
43
|
See also the [Product Documentation](https://cloud.google.com/document-ai/)
|
|
@@ -147,6 +147,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
147
147
|
optional :create_time, :message, 3, "google.protobuf.Timestamp"
|
|
148
148
|
optional :update_time, :message, 4, "google.protobuf.Timestamp"
|
|
149
149
|
optional :common_metadata, :message, 5, "google.cloud.documentai.v1beta3.CommonOperationMetadata"
|
|
150
|
+
optional :question_id, :string, 6
|
|
150
151
|
end
|
|
151
152
|
add_enum "google.cloud.documentai.v1beta3.ReviewDocumentOperationMetadata.State" do
|
|
152
153
|
value :STATE_UNSPECIFIED, 0
|
|
@@ -420,6 +420,9 @@ module Google
|
|
|
420
420
|
# @!attribute [rw] common_metadata
|
|
421
421
|
# @return [::Google::Cloud::DocumentAI::V1beta3::CommonOperationMetadata]
|
|
422
422
|
# The basic metadata of the long running operation.
|
|
423
|
+
# @!attribute [rw] question_id
|
|
424
|
+
# @return [::String]
|
|
425
|
+
# The question ID.
|
|
423
426
|
class ReviewDocumentOperationMetadata
|
|
424
427
|
include ::Google::Protobuf::MessageExts
|
|
425
428
|
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.10.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: 2022-
|
|
11
|
+
date: 2022-02-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -228,7 +228,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
228
228
|
- !ruby/object:Gem::Version
|
|
229
229
|
version: '0'
|
|
230
230
|
requirements: []
|
|
231
|
-
rubygems_version: 3.3.
|
|
231
|
+
rubygems_version: 3.3.5
|
|
232
232
|
signing_key:
|
|
233
233
|
specification_version: 4
|
|
234
234
|
summary: API Client library for the Document AI V1beta3 API
|