GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig constructor

GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig({
  1. int? chunkSize,
  2. bool? includeAncestorHeadings,
})

Implementation

GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig({
  this.chunkSize,
  this.includeAncestorHeadings,
});