Unsupported |
[DataContractAttribute] public class UnsupportedFilteringSettings
The UnsupportedFilteringSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| UnsupportedFilteringSettings | Constructor. |
| Name | Description | |
|---|---|---|
| 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). |
| Name | Description | |
|---|---|---|
| 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) |
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.