Represents the configuration settings for text extraction.
Inheritance Hierarchy
Relativity.Processing.Services.ExtractionSettings
Namespace: Relativity.Processing.Services
Assembly: Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The ExtractionSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ExtractionSettings |
Properties
Name | Description | |
---|---|---|
![]() | ChildExtractionMethod |
Gets or sets a collection of values indicating which items aren’t extracted during processing.
|
![]() | EmailOutput |
Gets or sets a value indicating the file format used for the output of email messages.
|
![]() | ExcelHeaderFooterExtraction |
Gets or sets a value indicating how Excel spreadsheet headers and footers are handled during text extraction.
|
![]() | ExcelTextExtractionMethod |
Gets or sets a value indicating whether the native application or dtSearch is used to extract text from Excel files.
|
![]() | Extractchildren |
Gets or sets a Boolean value indicating whether to extract text from child documents while processing parent documents.
|
![]() | OCR |
Gets or sets a Boolean value indicating whether to use optical character recognition (OCR) during processing.
|
![]() | OCRAccuracy |
Gets or sets the property used to indicate the accuracy of the OCR results and the speed used to complete the job.
|
![]() | OCRTextSeparator |
Gets or sets a Boolean value indicating whether OCR should be used on any content in a document that may require it, such as images.
|
![]() | PowerPointTextExtractionMethod |
Gets or sets the text extraction method used for PowerPoint presentations during processing.
|
![]() | WordTextExtractionMethod |
Gets or sets the text extraction method used for Word documents during processing.
|
Methods
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.) |
See Also