EntityExtractionSettingsEnableRelaxedCreditCardDetectionMode Property |
If enabled, less stringent rules are used to find credit card number entities, i.e., the Luhn check is not used to verify the card number checksum (default value is true).
This will lead to more false positives but improve entity detection as some card numbers no longer use the Luhn check.
Namespace: OpenDiscoverSDK.Interfaces.Settings.TextAnalyticsAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataMemberAttribute]
public bool EnableRelaxedCreditCardDetectionMode { get; set; }Property Value
Boolean
See Also