You are here: Start » TextSegmentationMethod Class

TextSegmentationMethod Class

Namespace:Fil
Assembly:FilNet.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
AlgorithmFil.SegmentationAlgorithm
CharacterSizeSystem.Int32
DistanceBalanceSystem.Single
IsDisposedSystem.BooleanInherited from Fil.UnmanagedObject
IsViewSystem.BooleanInherited from Fil.UnmanagedObject
MaxBlobSizeFtl.Optional<System.Int32>
MaxDistanceSystem.Single
MaximalSizeFtl.Optional<Fil.Size>
MinBlobSizeSystem.Int32
MinimalSizeFtl.Optional<Fil.Size>
SmoothProjectionFtl.Optional<System.Single>
SortingFil.CharacterSortingOrder

Methods

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

Remarks

See also