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

Copy Markdown View Source

Identifies a document uniquely within the scope of a dataset in the user-managed Cloud Storage option.

Attributes

  • cw_doc_id (type: String.t()) - Id of the document (indexed) managed by Content Warehouse.
  • gcs_uri (type: String.t()) - Required. The Cloud Storage URI where the actual document is stored.

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId{
    cw_doc_id: String.t() | nil,
    gcs_uri: String.t() | nil
  }