GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageFooter constructor

GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageFooter({
  1. GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan? pageSpan,
  2. String? text,
})

Implementation

GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageFooter({
  this.pageSpan,
  this.text,
});