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:



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

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

#human_review_operation::String

Deprecated.

This field is deprecated and may be removed in the next major version update.

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.



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

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:



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

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