Click or drag to resize

UnsupportedFilteringSettingsFilteringType Property

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

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

Property Value

UnsupportedFilterType
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).

Default property value: Unsupported

See Also