Click or drag to resize

EntityMatchType Enumeration

Entity item match type.

Namespace: OpenDiscoverSDK.Interfaces.Content.TextAnalytics
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public enum EntityMatchType
Members
Member nameValueDescription
Structure0 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).
ImmediatelyAfter1 Item was immediately after identifying keyword(s).
ProximityBefore2 Item was found before identifying keyword(s).
ProximityAfter3 Item was found after identifying keyword(s).
ColumnKeyword4 Item was found by column keyword in tabular data.
See Also