Enum SlicingMeasurementUnit
Describes how to measure the content in the document's parts when slicing.
Syntax
public enum SlicingMeasurementUnit
Fields
| Name | Description |
|---|---|
| Characters | Measure the content based on character counts. |
| Segments | Measure the content based on segment counts. |
| Words | Measure the content based on word counts. |