View Source GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentId (google_api_document_ai v0.45.0)
Document Identifier.
Attributes
-
gcsManagedDocId(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentIdGCSManagedDocumentId.t, default:nil) - A document id within user-managed Cloud Storage. -
revisionRef(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3RevisionRef.t, default:nil) - Points to a specific revision of the document if set. -
unmanagedDocId(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId.t, default:nil) - A document id within unmanaged dataset.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentId{ gcsManagedDocId: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentIdGCSManagedDocumentId.t() | nil, revisionRef: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3RevisionRef.t() | nil, unmanagedDocId: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.