Entity Match Type Enumeration
Entity item match type.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Content.TextAnalytics
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public enum EntityMatchTypeMembers
| 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. |