WordTextExtractionMethod Enumeration

Relativity Processing Services
Specifies the method used for text extraction from Word documents.

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

public enum WordTextExtractionMethod
Members

  Member nameValueDescription
Native0 Use native text extraction for Word documents.
DtSearch1 Use dtSearch for text extraction for Word documents.
NativeWithDtSearchFailover2 Use Native for extraction, with automatic re-try using dtSearch
See Also

Reference