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

TextSegmentationMethod Class

Parameters for region segmentation algorithms.

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

Constructors

 ConstructorDescription
TextSegmentationMethod(SegmentationAlgorithm, Int32, Nullable<Int32>, Int32, Nullable<Single>, Single, Single, CharacterSortingOrder, Nullable<Size>, Nullable<Size>)
TextSegmentationMethod()

Properties

 NameTypeDescription
AlgorithmAvlNet.SegmentationAlgorithm
CharacterSizeSystem.Int32
DistanceBalanceSystem.Single
MaxBlobSizeSystem.Nullable<System.Int32>
MaxDistanceSystem.Single
MaximalSizeSystem.Nullable<AvlNet.Size>
MinBlobSizeSystem.Int32
MinimalSizeSystem.Nullable<AvlNet.Size>
SmoothProjectionSystem.Nullable<System.Single>
SortingAvlNet.CharacterSortingOrder

Methods

 NameDescription
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also