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