Click or drag to resize

EntityResultEntityTypeCounts 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.

Namespace: OpenDiscoverSDK.Interfaces.Content.TextAnalytics
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public Dictionary<EntityType, int> EntityTypeCounts { get; set; }

Property Value

DictionaryEntityType, Int32
Remarks
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.
See Also