You are here: Start » FIL.NET » TextSegmentationMethod Class
TextSegmentationMethod Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
Parameters for region segmentation algorithms.
Constructors
Constructor | Description | |
---|---|---|
![]() | 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
Name | Type | Description | |
---|---|---|---|
![]() | Algorithm | FilNet.SegmentationAlgorithm | |
![]() | CharacterSize | System.Int32 | |
![]() | DistanceBalance | System.Single | |
![]() | IsDisposed | System.Boolean | |
![]() | MaxBlobSize | System.Nullable<System.Int32> | |
![]() | MaxDistance | System.Single | |
![]() | MaximalSize | System.Nullable<FilNet.Size> | |
![]() | MinBlobSize | System.Int32 | |
![]() | MinimalSize | System.Nullable<FilNet.Size> | |
![]() | SmoothProjection | System.Nullable<System.Single> | |
![]() | Sorting | FilNet.CharacterSortingOrder |
Methods
Name | Description | |
---|---|---|
![]() | Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. |
![]() | Equals(object) | Inherited from System.Object |
![]() | Equals(FilNet.TextSegmentationMethod) | |
![]() ![]() | Equals(FilNet.TextSegmentationMethod, FilNet.TextSegmentationMethod) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | Reset(FilNet.TextSegmentationMethod) | Resets this instance with data of the other TextSegmentationMethod object. |
![]() | ToString() | Inherited from System.Object |