Entity ResultEntity Type Counts Property
Dictionary of all entity types and their number of unique counts (duplicates and filtered entities not counted) found in extracted text, metadata, or hyperlinks.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Content.TextAnalytics
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public Dictionary<EntityType, int> EntityTypeCounts { get; set; }Property Value
DictionaryEntityType, Int32Remarks
Only unique, non-duplicate, non-filtered entity items are counted. This property can be useful if user just wants to know how many entity item types and their
respective numbers are in a document.