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
The name of the operation triggered by the processed document.
-
#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.
140 141 142 143 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 140 class ProcessResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#human_review_operation ⇒ ::String
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.
140 141 142 143 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 140 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.
140 141 142 143 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 140 class ProcessResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |