EntityExtractionSettingsEnableRelaxedStructuredDataMode Property |
If enabled, less stringent rules are used to find column based entities in structured tabular formats such as spreadsheets and database files (default value is true).
This will lead to more false positives but improve entity detection.
Namespace: OpenDiscoverSDK.Interfaces.Settings.TextAnalyticsAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.6.0 (2025.4.6)
Syntax[DataMemberAttribute]
public bool EnableRelaxedStructuredDataMode { get; set; }Property Value
Boolean
See Also