Click or drag to resize

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
C#
[FlagsAttribute]
public enum SectionFilter
Members
  Member nameValueDescription
None0 Return all data.
String1 Return all strings.
Currency2 Return segments with at least one detected currency amount.
Numeric4 Return segments with at least one detected numeric amount.
Alphanumeric8 Return segments with alphanumeric codes.
Date16 Return segments with at least one detected date value.
See Also