Document AI V1 API - Class Google::Cloud::DocumentAI::V1::BatchProcessMetadata::IndividualProcessStatus (v0.4.0)

Reference documentation and code samples for the Document AI V1 API class Google::Cloud::DocumentAI::V1::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_status

def human_review_status() -> ::Google::Cloud::DocumentAI::V1::HumanReviewStatus
Returns

#human_review_status=

def human_review_status=(value) -> ::Google::Cloud::DocumentAI::V1::HumanReviewStatus
Parameter
Returns

#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. The batch process is started by take snapshot of that document, since a user can move or change that document during the process.

#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. The batch process is started by take snapshot of that document, since a user can move or change that document during the process.
Returns
  • (::String) — 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.

#output_gcs_destination

def output_gcs_destination() -> ::String
Returns
  • (::String) — The output_gcs_destination (in the request as 'output_gcs_destination') of the processed document if it was successful, otherwise empty.

#output_gcs_destination=

def output_gcs_destination=(value) -> ::String
Parameter
  • value (::String) — The output_gcs_destination (in the request as 'output_gcs_destination') of the processed document if it was successful, otherwise empty.
Returns
  • (::String) — The output_gcs_destination (in the request as 'output_gcs_destination') of the processed document if it was successful, otherwise empty.

#status

def status() -> ::Google::Rpc::Status
Returns

#status=

def status=(value) -> ::Google::Rpc::Status
Parameter
Returns