DocumentIntelligenceLayoutSkillChunkingProperties interface
Controls the cardinality for chunking the content.
Properties
| maximum |
The maximum chunk length in characters. Default is 500. |
| overlap |
The length of overlap provided between two text chunks. Default is 0. |
| unit | The unit of the chunk. |
Property Details
maximumLength
The maximum chunk length in characters. Default is 500.
maximumLength?: number
Property Value
number
overlapLength
The length of overlap provided between two text chunks. Default is 0.
overlapLength?: number
Property Value
number
unit
The unit of the chunk.
unit?: string
Property Value
string