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

TextSegmentationMethod Class

Namespace:Avl
Assembly:AvlNet.Types.dll

Parameters for region segmentation algorithms.

Constructors

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

Properties

 NameTypeDescription
AlgorithmAvl.SegmentationAlgorithm
CharacterSizeSystem.Int32
DistanceBalanceSystem.Single
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
MaxBlobSizeAtl.Optional<System.Int32>
MaxDistanceSystem.Single
MaximalSizeAtl.Optional<Avl.Size>
MinBlobSizeSystem.Int32
MinimalSizeAtl.Optional<Avl.Size>
SmoothProjectionAtl.Optional<System.Single>
SortingAvl.CharacterSortingOrder

Methods

 NameDescription
CopyTo(Avl.TextSegmentationMethod)
Dispose()Inherited from Avl.UnmanagedObject
Equals(object)Inherited from System.Object
Equals(Avl.TextSegmentationMethod)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Avl.TextSegmentationMethod)
ToString()Inherited from System.Object

Remarks

See also