Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::BatchProcessMetadata::IndividualProcessStatus.
The status of a each individual document in the batch process.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#human_review_operation
def human_review_operation() -> ::String Returns 
 - (::String) — The name of the operation triggered by the processed document. If the human review process isn't triggered, this field will be empty. It has the same response type and metadata as the long-running operation returned by the ReviewDocument method.
 
#human_review_operation=
def human_review_operation=(value) -> ::String Parameter 
 - value (::String) — The name of the operation triggered by the processed document. If the human review process isn't triggered, this field will be empty. It has the same response type and metadata as the long-running operation returned by the ReviewDocument method.
 
 Returns 
 - (::String) — The name of the operation triggered by the processed document. If the human review process isn't triggered, this field will be empty. It has the same response type and metadata as the long-running operation returned by the ReviewDocument method.
 
#human_review_status
def human_review_status() -> ::Google::Cloud::DocumentAI::V1beta3::HumanReviewStatus Returns 
 - (::Google::Cloud::DocumentAI::V1beta3::HumanReviewStatus) — The status of human review on the processed document.
 
#human_review_status=
def human_review_status=(value) -> ::Google::Cloud::DocumentAI::V1beta3::HumanReviewStatus Parameter 
 - value (::Google::Cloud::DocumentAI::V1beta3::HumanReviewStatus) — The status of human review on the processed document.
 
 Returns 
 - (::Google::Cloud::DocumentAI::V1beta3::HumanReviewStatus) — The status of human review on the processed document.
 
#input_gcs_source
def input_gcs_source() -> ::String Returns 
 - (::String) — The source of the document, same as the input_gcs_source field in the request when the batch process started.
 
#input_gcs_source=
def input_gcs_source=(value) -> ::String Parameter 
 - value (::String) — 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.
 
#output_gcs_destination
def output_gcs_destination() -> ::String Returns 
 - (::String) — The Cloud Storage output destination (in the request as DocumentOutputConfig.GcsOutputConfig.gcs_uri) of the processed document if it was successful, otherwise empty.
 
#output_gcs_destination=
def output_gcs_destination=(value) -> ::String Parameter 
 - value (::String) — The Cloud Storage output destination (in the request as DocumentOutputConfig.GcsOutputConfig.gcs_uri) of the processed document if it was successful, otherwise empty.
 
 Returns 
 - (::String) — The Cloud Storage output destination (in the request as DocumentOutputConfig.GcsOutputConfig.gcs_uri) of the processed document if it was successful, otherwise empty.
 
#status
def status() -> ::Google::Rpc::Status Returns 
 - (::Google::Rpc::Status) — The status processing the document.
 
#status=
def status=(value) -> ::Google::Rpc::Status Parameter 
 - value (::Google::Rpc::Status) — The status processing the document.
 
 Returns 
 - (::Google::Rpc::Status) — The status processing the document.