Entity Extraction SettingsEnable Extracted Entity Type Filter Property
If enabled, true, the SDK will filter-out entity types (EntityType) in the Items property that are NOT in the
ExtractedEntityTypeFilter hash set. If false, then Items property is not filtered by EntityType.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Settings.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 bool EnableExtractedEntityTypeFilter { get; set; }