You are here: Start » FIL.NET » TextSegmentationMethod Constructor
TextSegmentationMethod Constructor
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.TS.dll |
Syntax
public TextSegmentationMethod ( FilNet.SegmentationAlgorithm algorithm, int minBlobSize, int? maxBlobSize, int characterSize, float? smoothProjection, float maxDistance, float distanceBalance, FilNet.CharacterSortingOrder sorting, FilNet.Size? minimalSize, FilNet.Size? maximalSize )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| algorithm | FilNet.SegmentationAlgorithm | ||||
| minBlobSize | int | ||||
| maxBlobSize | int? | ||||
| characterSize | int | ||||
| smoothProjection | float? | ||||
| maxDistance | float | ||||
| distanceBalance | float | ||||
| sorting | FilNet.CharacterSortingOrder | ||||
| minimalSize | FilNet.Size? | ||||
| maximalSize | FilNet.Size? |
