View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageFooter (google_api_content_warehouse v0.6.0)

Represents the page footer associated with the chunk.

Attributes

  • pageSpan (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan.t, default: nil) - Page span of the footer.
  • text (type: String.t, default: nil) - Footer in text format.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageFooter{
    pageSpan:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan.t()
      | nil,
    text: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.