Click or drag to resize

EntityExtractionSettingsEnabled Property

If true, entity extraction is enabled. If false, no entity extraction is performed in extracted text nor metadata.

Namespace: OpenDiscoverSDK.Interfaces.Settings.TextAnalytics
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public bool Enabled { get; set; }

Property Value

Boolean
See Also