public static class Configuration.SegmentationSettings extends Object
A type containing settings for segmenting input documents.
Constructor and Description |
---|
SegmentationSettings() |
Modifier and Type | Method and Description |
---|---|
Configuration.SegmentationSettings |
setEnabled(Boolean enabled)
Enables or disables segmentation.
|
Configuration.SegmentationSettings |
setSegmentSize(Integer segmentSize)
The preferred size (in number of pages) of the segments into which the conversion will be split.
|
public Configuration.SegmentationSettings setEnabled(Boolean enabled)
Enables or disables segmentation.
public Configuration.SegmentationSettings setSegmentSize(Integer segmentSize)
The preferred size (in number of pages) of the segments into which the conversion will be split.
Valid values range from 10 to 1000. Values smaller than 1 default to 1000.
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.