Class: Google::Cloud::DocumentAI::V1beta3::BatchProcessMetadata::IndividualProcessStatus

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#human_review_operation::String

Deprecated.

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

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.



371
372
373
374
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 371

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

#human_review_status::Google::Cloud::DocumentAI::V1beta3::HumanReviewStatus



371
372
373
374
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 371

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

#input_gcs_source::String



371
372
373
374
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 371

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

#output_gcs_destination::String



371
372
373
374
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 371

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

#status::Google::Rpc::Status



371
372
373
374
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 371

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