Class: Google::Cloud::DocumentAI::V1::BatchProcessMetadata::IndividualProcessStatus

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

The status of a each individual document in the batch process.

Instance Attribute Summary collapse

Instance Attribute Details

#human_review_status::Google::Cloud::DocumentAI::V1::HumanReviewStatus

Returns The status of human review on the processed document.

Returns:



300
301
302
303
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 300

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

#input_gcs_source::String

Returns The source of the document, same as the input_gcs_source field in the request when the batch process started.

Returns:

  • (::String)

    The source of the document, same as the input_gcs_source field in the request when the batch process started.



300
301
302
303
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 300

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

#output_gcs_destination::String

Returns The Cloud Storage output destination (in the request as DocumentOutputConfig.GcsOutputConfig.gcs_uri) of the processed document if it was successful, otherwise empty.

Returns:



300
301
302
303
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 300

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

#status::Google::Rpc::Status

Returns The status processing the document.

Returns:



300
301
302
303
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 300

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