SegmentationModel Object (ISegmentationModel Interface)
This object represents a segmentation NLP model.
The segmentation allows you to search for entities not in the entire source document, but only in its part — specific segment. As a rule, the segmentation process is a preparatory, but optional stage for extracting entities.
Properties
| Name | Type | Description |
|---|---|---|
| AllowTraining | Boolean | Specifies whether the model is allowed to be trained. |
| Language | Language |
Specifies the language of the text to be extracted.
|
| Name | String, read-only | The name of the segmentation model. |
| ResultFields | FieldDefinitionsCollection | Stores the collection of fields corresponding to the segmentation model. |
| Source | FieldDefinition, read-only | A source field to be processed. |
| Version | String, read-only | The version of the NLP model. |
Related objects

Output parameter
This object is the output parameter of the AddNewSegmentationModel method of the SegmantationModelHandler object.
See also
8/15/2023 1:19:30 PM
