Unsupported Filtering SettingsFiltering Type Property
Binary-to-text filtering of unsupported/unknown document file format options.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public UnsupportedFilterType FilteringType { get; set; }Property Value
UnsupportedFilterTypeRemarks
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).
Default property value: Unsupported