You are here: Start » AVL.NET » TextSegmentationMethod.TextSegmentationMethod(AvlNet.SegmentationAlgorithm, int, int?, int, float?, float, AvlNet.CharacterSortingOrder, AvlNet.Size?, AvlNet.Size?)

TextSegmentationMethod.TextSegmentationMethod(AvlNet.SegmentationAlgorithm, int, int?, int, float?, float, AvlNet.CharacterSortingOrder, AvlNet.Size?, AvlNet.Size?)

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

Syntax


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

Parameters

algorithm
Type: AvlNet.SegmentationAlgorithm
minBlobSize
Type: System.Int32
maxBlobSize
Type: System.Nullable<System.Int32>
characterSize
Type: System.Int32
smoothProjection
Type: System.Nullable<System.Single>
maxDistance
Type: System.Single
sorting
Type: AvlNet.CharacterSortingOrder
minimalSize
Type: System.Nullable<AvlNet.Size>
maximalSize
Type: System.Nullable<AvlNet.Size>

See also