View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageHeader (google_api_content_warehouse v0.6.1)
Represents the page header associated with the chunk.
Attributes
-
pageSpan(type:GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan.t, default:nil) - Page span of the header. -
text(type:String.t, default:nil) - Header in text format.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageHeader{ pageSpan: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan.t() | nil, text: String.t() | nil }