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

TextSegmentationMethod Class

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

Parameters for region segmentation algorithms.

Constructors

 ConstructorDescription
TextSegmentationMethod(SegmentationAlgorithm, Int32, Nullable<Int32>, Int32, Nullable<Single>, Single, Single, CharacterSortingOrder, Nullable<Size>, Nullable<Size>)
TextSegmentationMethod(TextSegmentationMethod)Creates a deep copy of the passed object.
TextSegmentationMethod()

Properties

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

Methods

 NameDescription
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(object)Inherited from System.Object
Equals(AvlNet.TextSegmentationMethod)
Equals(AvlNet.TextSegmentationMethod, AvlNet.TextSegmentationMethod)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Reset(AvlNet.TextSegmentationMethod)Resets this instance with data of the other TextSegmentationMethod object.
ToString()Inherited from System.Object

Remarks

See also