GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig.fromJson constructor

GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig.fromJson(
    core.Map json_)
    : this(
        chunkSize: json_['chunkSize'] as core.int?,
        includeAncestorHeadings:
            json_['includeAncestorHeadings'] as core.bool?,
      );