Reference documentation and code samples for the Document AI V1 API class Google::Cloud::DocumentAI::V1::ProcessResponse.
Response message for the ProcessDocument method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#document
def document() -> ::Google::Cloud::DocumentAI::V1::Document
Returns
- (::Google::Cloud::DocumentAI::V1::Document) — The document payload, will populate fields based on the processor's behavior.
#document=
def document=(value) -> ::Google::Cloud::DocumentAI::V1::Document
Parameter
- value (::Google::Cloud::DocumentAI::V1::Document) — The document payload, will populate fields based on the processor's behavior.
Returns
- (::Google::Cloud::DocumentAI::V1::Document) — The document payload, will populate fields based on the processor's behavior.
#human_review_status
def human_review_status() -> ::Google::Cloud::DocumentAI::V1::HumanReviewStatus
Returns
- (::Google::Cloud::DocumentAI::V1::HumanReviewStatus) — The status of human review on the processed document.
#human_review_status=
def human_review_status=(value) -> ::Google::Cloud::DocumentAI::V1::HumanReviewStatus
Parameter
- value (::Google::Cloud::DocumentAI::V1::HumanReviewStatus) — The status of human review on the processed document.
Returns
- (::Google::Cloud::DocumentAI::V1::HumanReviewStatus) — The status of human review on the processed document.