You are here: Start » AVL.NET » TextSegmentationMethod Class
TextSegmentationMethod Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.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 | AvlNet.SegmentationAlgorithm | ||
| CharacterSize | System.Int32 | ||
| DistanceBalance | System.Single | ||
| IsDisposed | System.Boolean | ||
| MaxBlobSize | System.Nullable<System.Int32> | ||
| MaxDistance | System.Single | ||
| MaximalSize | System.Nullable<AvlNet.Size> | ||
| MinBlobSize | System.Int32 | ||
| MinimalSize | System.Nullable<AvlNet.Size> | ||
| SmoothProjection | System.Nullable<System.Single> | ||
| Sorting | AvlNet.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(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 |
