EntityLocationType Enumeration

Entity location type.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Content.TextAnalytics
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public enum EntityLocationType

Members

Text0 Entity was found in extracted text.
Metadata1 Entity was found in metadata.
Hyperlink2 Entity was found in document hyperlink.
Content3 Entity was found using parsed data stored in EmailDocumentContent result object.
TextMachineReadableZone4 Entity was found in a extracted text machine-readable zone (MRZ).

See Also