ContentExtractionSettingsUnsupportedFiltering Property

Binary-to-text filtering of unsupported/unknown document file format settings.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public UnsupportedFilteringSettings UnsupportedFiltering { get; set; }

Property Value

UnsupportedFilteringSettings

Remarks

Filtering unsupported/unknown file formats uses a proprietary binary-to-text filtering algorithm that attempts to extract as much UTF8, UTF-16LE (Latin languages only), and code page 1252 encoded text from the document's binary. In many cases, useful text for indexing or searching can be extracted from unknown/corrupted/unsupported file formats using binary-to-text filtering (see Unsupported).

See Also