Class: Google::Cloud::DocumentAI::V1::ProcessResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#document::Google::Cloud::DocumentAI::V1::Document

Returns The document payload, will populate fields based on the processor's behavior.

Returns:



171
172
173
174
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 171

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.

Returns:



171
172
173
174
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 171

class ProcessResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end