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 process document 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:



99
100
101
102
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 99

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 is not triggered, this field will be empty. It has the same response type and metadata as the long running operation returned by ReviewDocument method.

Returns:

  • (::String)

    The name of the operation triggered by the processed document. If the human review process is not triggered, this field will be empty. It has the same response type and metadata as the long running operation returned by ReviewDocument method.



99
100
101
102
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 99

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:



99
100
101
102
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 99

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