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

Copy Markdown View Source

Specifies all documents on Cloud Storage with a common prefix.

Attributes

  • gcs_uri_prefix (type: String.t()) - The URI prefix.

Summary

Types

t()

@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1GcsPrefix{
  gcs_uri_prefix: String.t() | nil
}