Class: Google::Cloud::DocumentAI::V1beta3::ProcessResponse

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

Instance Attribute Details

#document::Google::Cloud::DocumentAI::V1beta3::Document

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

Returns:



166
167
168
169
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 166

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.

Returns:

  • (::String)

    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.



166
167
168
169
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 166

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.

Returns:



166
167
168
169
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 166

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