Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::ImportDocumentsMetadata::IndividualImportStatus.
The status of each individual document in the import process.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#input_gcs_source
def input_gcs_source() -> ::String
Returns
- (::String) — The source Cloud Storage URI of the document.
#input_gcs_source=
def input_gcs_source=(value) -> ::String
Parameter
- value (::String) — The source Cloud Storage URI of the document.
Returns
- (::String) — The source Cloud Storage URI of the document.
#output_document_id
def output_document_id() -> ::Google::Cloud::DocumentAI::V1beta3::DocumentId
Returns
- (::Google::Cloud::DocumentAI::V1beta3::DocumentId) — The document id of imported document if it was successful, otherwise empty.
#output_document_id=
def output_document_id=(value) -> ::Google::Cloud::DocumentAI::V1beta3::DocumentId
Parameter
- value (::Google::Cloud::DocumentAI::V1beta3::DocumentId) — The document id of imported document if it was successful, otherwise empty.
Returns
- (::Google::Cloud::DocumentAI::V1beta3::DocumentId) — The document id of imported document if it was successful, otherwise empty.
#status
def status() -> ::Google::Rpc::Status
Returns
- (::Google::Rpc::Status) — The status of the importing of the document.
#status=
def status=(value) -> ::Google::Rpc::Status
Parameter
- value (::Google::Rpc::Status) — The status of the importing of the document.
Returns
- (::Google::Rpc::Status) — The status of the importing of the document.