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
algorithmFilNet.SegmentationAlgorithm
minBlobSizeint
maxBlobSizeint?
characterSizeint
smoothProjectionfloat?
maxDistancefloat
distanceBalancefloat
sortingFilNet.CharacterSortingOrder
minimalSizeFilNet.Size?
maximalSizeFilNet.Size?

See also