Unsupported Filtering Settings Class
Unsupported document filtering settings.
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#
[DataContractAttribute]
public class UnsupportedFilteringSettings- Inheritance
- Object UnsupportedFilteringSettings
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.
Constructors
| UnsupportedFilteringSettings | Constructor. |
Properties
| FilteringType | Binary-to-text filtering of unsupported/unknown document file format options. |
| FilterMinWordLength | 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). |
| LargeUnsupportedMaxFilteredChars | Limits the numbers of filtered characters that are written to a stream (should be a FileStream) by ExtractContent(Stream). |
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |