View Source GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId (google_api_document_ai v0.39.0)

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

Attributes

  • cwDocId (type: String.t, default: nil) - Id of the document (indexed) managed by Content Warehouse.
  • gcsUri (type: String.t, default: nil) - Required. The Cloud Storage URI where the actual document is stored.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId{
    cwDocId: String.t() | nil,
    gcsUri: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.