Class: Google::Cloud::DocumentAI::V1::ProcessResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1::ProcessResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1/document_processor_service.rb
Overview
Response message for the ProcessDocument method.
Instance Attribute Summary collapse
-
#document ⇒ ::Google::Cloud::DocumentAI::V1::Document
The document payload, will populate fields based on the processor's behavior.
-
#human_review_status ⇒ ::Google::Cloud::DocumentAI::V1::HumanReviewStatus
The status of human review on the processed document.
Instance Attribute Details
#document ⇒ ::Google::Cloud::DocumentAI::V1::Document
Returns The document payload, will populate fields based on the processor's behavior.
200 201 202 203 |
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 200 class ProcessResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#human_review_status ⇒ ::Google::Cloud::DocumentAI::V1::HumanReviewStatus
Returns The status of human review on the processed document.
200 201 202 203 |
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 200 class ProcessResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |