ExtractionSettings Class

Relativity Processing Services
Represents the configuration settings for text extraction.
Inheritance Hierarchy

System.Object
  Relativity.Processing.Services.ExtractionSettings

Namespace:  Relativity.Processing.Services
Assembly:  Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class ExtractionSettings

The ExtractionSettings type exposes the following members.

Constructors

  NameDescription
Public methodExtractionSettings
Top
Properties

  NameDescription
Public propertyChildExtractionMethod
Gets or sets a collection of values indicating which items aren’t extracted during processing.
Public propertyEmailOutput
Gets or sets a value indicating the file format used for the output of email messages.
Public propertyExcelHeaderFooterExtraction
Gets or sets a value indicating how Excel spreadsheet headers and footers are handled during text extraction.
Public propertyExcelTextExtractionMethod
Gets or sets a value indicating whether the native application or dtSearch is used to extract text from Excel files.
Public propertyExtractchildren
Gets or sets a Boolean value indicating whether to extract text from child documents while processing parent documents.
Public propertyOCR
Gets or sets a Boolean value indicating whether to use optical character recognition (OCR) during processing.
Public propertyOCRAccuracy
Gets or sets the property used to indicate the accuracy of the OCR results and the speed used to complete the job.
Public propertyOCRTextSeparator
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.
Public propertyPowerPointTextExtractionMethod
Gets or sets the text extraction method used for PowerPoint presentations during processing.
Public propertyWordTextExtractionMethod
Gets or sets the text extraction method used for Word documents during processing.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference