Click or drag to resize

UnsupportedFilteringSettings Class

Unsupported document filtering settings.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.SettingsUnsupportedFilteringSettings

Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataContractAttribute]
public class UnsupportedFilteringSettings

The UnsupportedFilteringSettings type exposes the following members.

Constructors
 NameDescription
Public methodUnsupportedFilteringSettings Constructor.
Top
Properties
 NameDescription
Public propertyFilteringType Binary-to-text filtering of unsupported/unknown document file format options.
Public propertyFilterMinWordLength Binary-to-text filtering minimum word length, in characters. If binary-to-text filtered word lengths are less than this value then they may not show up in extracted text (see remarks).
Public propertyLargeUnsupportedMaxFilteredChars Limits the numbers of filtered characters that are written to a stream (should be a FileStream) by ExtractContent(Stream).
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks

Unsupported, unknown, and corrupted documents can be filtered for useful text using a proprietary binary-to-text filtering algorithm.

If ExtractionType is set to MetadataOnly then the properties of this class are ignored because no text is extracted in metadata only mode.

See Also