PowerPointTextExtractionMethod Enumeration

Relativity Processing Services
Specifies the method used for text extraction from PowerPoint presentations.

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

public enum PowerPointTextExtractionMethod
Members

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

Reference