Click or drag to resize

ContentExtractionSettingsEntityExtractionSettings Property

Options for entity extraction in extracted text, metadata, and URLs.

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

Property Value

EntityExtractionSettings
Remarks
Checks for entity information such as social security numbers, credit card numbers, passport numbers, etc in extracted text, metadata, and URLs. For more information see EntityExtractionSettings.
See Also