Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3ImportDocumentsMetadata (googly_document_ai v0.1.0)

Copy Markdown View Source

Metadata of the import document operation.

Attributes

  • common_metadata (type: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3CommonOperationMetadata.t()) - The basic metadata of the long-running operation.
  • import_config_validation_results (type: list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataImportConfigValidationResult.t())) - Validation statuses of the batch documents import config.
  • individual_import_statuses (type: list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataIndividualImportStatus.t())) - The list of response details of each document.
  • total_document_count (type: integer()) - Total number of the documents that are qualified for importing.

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3ImportDocumentsMetadata{
    common_metadata:
      Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3CommonOperationMetadata.t()
      | nil,
    import_config_validation_results:
      [
        Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataImportConfigValidationResult.t()
      ]
      | nil,
    individual_import_statuses:
      [
        Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataIndividualImportStatus.t()
      ]
      | nil,
    total_document_count: integer() | nil
  }