Click or drag to resize

EntityExtractionSettingsEnablePersonNameFinder Property

If enabled the SDK will attempt to find person names without context. If enabled, this will lead to some degradation in document processing speed performance.

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

Property Value

Boolean
See Also