Class: Google::Cloud::DocumentAI::V1beta3::ProcessResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::ProcessResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb
Overview
Response message for the ProcessDocument method.
Instance Attribute Summary collapse
-
#document ⇒ ::Google::Cloud::DocumentAI::V1beta3::Document
The document payload, will populate fields based on the processor's behavior.
-
#human_review_operation ⇒ ::String
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#human_review_status ⇒ ::Google::Cloud::DocumentAI::V1beta3::HumanReviewStatus
The status of human review on the processed document.
Instance Attribute Details
#document ⇒ ::Google::Cloud::DocumentAI::V1beta3::Document
Returns The document payload, will populate fields based on the processor's behavior.
223 224 225 226 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 223 class ProcessResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#human_review_operation ⇒ ::String
Deprecated.
This field is deprecated and may be removed in the next major version update.
Returns The name of the operation triggered by the processed document. If the human review process isn't triggered, this field is empty. It has the same response type and metadata as the long-running operation returned by ReviewDocument.
223 224 225 226 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 223 class ProcessResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#human_review_status ⇒ ::Google::Cloud::DocumentAI::V1beta3::HumanReviewStatus
Returns The status of human review on the processed document.
223 224 225 226 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 223 class ProcessResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |