You are here: Start » AVL.NET » TextSegmentationMethod Constructor

TextSegmentationMethod Constructor

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

public TextSegmentationMethod
(
	AvlNet.SegmentationAlgorithm algorithm,
	int minBlobSize,
	int? maxBlobSize,
	int characterSize,
	float? smoothProjection,
	float maxDistance,
	float distanceBalance,
	AvlNet.CharacterSortingOrder sorting,
	AvlNet.Size? minimalSize,
	AvlNet.Size? maximalSize
)

Parameters

Name Type Range Default Description
algorithmAvlNet.SegmentationAlgorithm
minBlobSizeint
maxBlobSizeint?
characterSizeint
smoothProjectionfloat?
maxDistancefloat
distanceBalancefloat
sortingAvlNet.CharacterSortingOrder
minimalSizeAvlNet.Size?
maximalSizeAvlNet.Size?

See also