| SectionFilter Enumeration |
The list of data types used to filter sentences.
Namespace:
Opait.ReportMiner.Api
Assembly:
Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax [FlagsAttribute]
public enum SectionFilter
Members
| Member name | Value | Description |
---|
| None | 0 |
Return all data.
|
| String | 1 |
Return all strings.
|
| Currency | 2 |
Return segments with at least one detected currency amount.
|
| Numeric | 4 |
Return segments with at least one detected numeric amount.
|
| Alphanumeric | 8 |
Return segments with alphanumeric codes.
|
| Date | 16 |
Return segments with at least one detected date value.
|
See Also