Class: Google::Cloud::DocumentAI::V1beta3::BatchProcessMetadata::IndividualProcessStatus
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::BatchProcessMetadata::IndividualProcessStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb
Overview
The status of a each individual document in the batch process.
Instance Attribute Summary collapse
-
#human_review_operation ⇒ ::String
The name of the operation triggered by the processed document.
-
#human_review_status ⇒ ::Google::Cloud::DocumentAI::V1beta3::HumanReviewStatus
The status of human review on the processed document.
-
#input_gcs_source ⇒ ::String
The source of the document, same as the [input_gcs_source] field in the request when the batch process started.
-
#output_gcs_destination ⇒ ::String
The output_gcs_destination (in the request as 'output_gcs_destination') of the processed document if it was successful, otherwise empty.
-
#status ⇒ ::Google::Rpc::Status
The status of the processing of the document.
Instance Attribute Details
#human_review_operation ⇒ ::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.
202 203 204 205 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 202 class IndividualProcessStatus 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.
202 203 204 205 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 202 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. The batch process is started by take snapshot of that document, since a user can move or change that document during the process.
202 203 204 205 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 202 class IndividualProcessStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#output_gcs_destination ⇒ ::String
Returns The output_gcs_destination (in the request as 'output_gcs_destination') of the processed document if it was successful, otherwise empty.
202 203 204 205 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 202 class IndividualProcessStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status ⇒ ::Google::Rpc::Status
Returns The status of the processing of the document.
202 203 204 205 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 202 class IndividualProcessStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |