You are here: Start » FIL.NET » TextSegmentation Class
TextSegmentation Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
How text should be split
Constructors
Constructor | Description | |
---|---|---|
![]() | TextSegmentation(TextSegmentationMethod) | |
![]() | TextSegmentation(TextSegmentationMethod, TextThresholdingMethod) | |
![]() | TextSegmentation(TextSegmentation) | Creates a deep copy of the passed object. |
![]() | TextSegmentation() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | Extraction | FilNet.TextThresholdingMethod | |
![]() | IsDisposed | System.Boolean | |
![]() | Segmentation | FilNet.TextSegmentationMethod |
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.TextSegmentation) | |
![]() ![]() | Equals(FilNet.TextSegmentation, FilNet.TextSegmentation) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | Reset(FilNet.TextSegmentation) | Resets this instance with data of the other TextSegmentation object. |
![]() | ToString() | Inherited from System.Object |