EntityResult Class

Entity analysis results.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Content.TextAnalytics
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataContractAttribute]
public class EntityResult
Inheritance
Object    EntityResult

Constructors

EntityResultInitializes a new instance of the EntityResult class

Properties

DeviceIdentifierRelatedCounts Count of device identifier related entity items (e.g., IP address, MAC address, and IMEI number, etc).
EmailRelatedCounts Count of email related entity items.
EmailTransportHeadersTrace Traces an email's transport headers for MIME, EML, EMLX, and Outlook .msg email file formats. For all other file formats this property list will not be set (i.e., empty list).
EmploymentRelatedCounts Count of employment related entity items.
EntityTypeCounts Dictionary of all entity types and their number of unique counts (duplicates and filtered entities not counted) found in extracted text, metadata, or hyperlinks.
FerpaRelatedCounts Count of Family Educational Rights and Privacy Act (FERPA) related sensitive/entity items.
FinancialRelatedCounts Count of financial related sensitive items (e.g., bank accounts, investment accounts, credit card numbers, IBAN, cryptocurrency addresses).
IdentificationRelatedCounts Count of individual identification related sensitive item counts (e.g., SSN, individual taxpayer Id, driver's license number, passport number, date of birth, state Id card number, health care number id, address, maiden name, etc.).
InsuranceRelatedCounts Count of insurance related entity items.
InvestigationRelatedCounts Count of investigation related entity items.
Items List of entity items found in extracted text, metadata, or hyperlinks.
PersonNameRelatedCounts Count of person name related entity items.
PHIRelatedCounts Count of Protected health information (PHI) related sensitive/entity items.
PhoneNumberRelatedCounts Count of phone number entity items.
SecurityRelatedCounts Count of security related entity items (e.g., passwords, login/logon IDs, and database credentials).

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also