Click or drag to resize

EntityResult Class

Entity analysis results.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.Content.TextAnalyticsEntityResult

Namespace: OpenDiscoverSDK.Interfaces.Content.TextAnalytics
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataContractAttribute]
public class EntityResult

The EntityResult type exposes the following members.

Constructors
 NameDescription
Public methodEntityResultInitializes a new instance of the EntityResult class
Top
Properties
 NameDescription
Public propertyAttributes Associated DocumentAttributes (flags) of any detected entity items.
Public propertyDeviceIdentifierRelatedCounts Count of device identifier related entity items (e.g., IP address, MAC address, and IMEI number, etc).
Public propertyEmailRelatedCounts Count of email related entity items.
Public propertyEmailTransportHeadersTrace 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).
Public propertyEmploymentRelatedCounts Count of employment related entity items.
Public propertyEntityTypeCounts Dictionary of all entity types and their number of unique counts (duplicates and filtered entities not counted) found in extracted text, metadata, or hyperlinks.
Public propertyFerpaRelatedCounts Count of Family Educational Rights and Privacy Act (FERPA) related sensitive/entity items.
Public propertyFinancialRelatedCounts Count of financial related sensitive items (e.g., bank accounts, investment accounts, credit card numbers, IBAN, cryptocurrency addresses).
Public propertyIdentificationRelatedCounts 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.).
Public propertyInsuranceRelatedCounts Count of insurance related entity items.
Public propertyInvestigationRelatedCounts Count of investigation related entity items.
Public propertyItems List of entity items found in extracted text, metadata, or hyperlinks.
Public propertyPersonNameRelatedCounts Count of person name related entity items.
Public propertyPHIRelatedCounts Count of Protected health information (PHI) related sensitive/entity items.
Public propertyPhoneNumberRelatedCounts Count of phone number entity items.
Public propertySecurityRelatedCounts Count of security related entity items (e.g., passwords, login/logon IDs, and database credentials).
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also