Click or drag to resize

Entity Class

Represents a detected entity item in extracted text and/or metadata. See EntityResult for more information.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.Content.TextAnalyticsEntity

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 Entity

The Entity type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyAssociated Extra associated information, if any, about the item. See remarks.
Public propertyCategoryType The category of this entity item.
Public propertyColumnIndexStart If non-negative, contains the starting column index of the entity in a structured file format column.
Public propertyContext Additional keyword information, if any, used to identify the item.
Public propertyCustomEntityClassification User defined custom entity classification. Useful for classifying (grouping) different CustomEntityName.
Public propertyCustomEntityName User defined custom entity name.
Public propertyEnd Zero-offset ending position in text of item.
Public propertyGroupId Entity group Id. Applies only to PXI entities found in spreadsheet/database formats.
Public propertyItemType The type of this entity item.
Public propertyKeywords If MatchType property is equal to ImmediatelyAfter, ProximityBefore, or ProximityAfter then this property gives the the keywords that triggered the match for the item. If MatchType property is equal Structure then this property value will be null.
Public propertyLine Line number in text of item.
Public propertyLocationType Get or set where in the document content the entity is located (e.g., in extracted text, metadata, or hyperlink).
Public propertyMatchType The type of match used to find this entity item.
Public propertyMetadataName If property LocationType is set to Metadata, this property holds the name of the metadata field. If the metadata field is a custom (user defined) property then it will be prefixed with "cust:".
Public propertyNormalizedText Normalized extracted text, if supported for the ItemType.
Public propertyStart Zero-offset starting position in text of item.
Public propertyText Extracted text of entity item (e.g., for credit cards it will be the credit card number).
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