View Source GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentMetadata (google_api_document_ai v0.39.0)

Metadata about a document.

Attributes

  • datasetType (type: String.t, default: nil) - Type of the dataset split to which the document belongs.
  • displayName (type: String.t, default: nil) - The display name of the document.
  • documentId (type: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentId.t, default: nil) - Document identifier.
  • labelingState (type: String.t, default: nil) - Labeling state of the document.
  • pageCount (type: integer(), default: nil) - Number of pages in the document.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentMetadata{
    datasetType: String.t() | nil,
    displayName: String.t() | nil,
    documentId:
      GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentId.t()
      | nil,
    labelingState: String.t() | nil,
    pageCount: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.