Entity |
public enum EntityMatchType
| Member name | Value | Description |
|---|---|---|
| Structure | 0 | Matched based on well formed item structure and/or item checksums (e.g., SSS-SS-SSSS for social security numbers or Luhn test for credit card numbers). |
| ImmediatelyAfter | 1 | Item was immediately after identifying keyword(s). |
| ProximityBefore | 2 | Item was found before identifying keyword(s). |
| ProximityAfter | 3 | Item was found after identifying keyword(s). |
| ColumnKeyword | 4 | Item was found by column keyword in tabular data. |