Click or drag to resize

ExtractionType Enumeration

Document content extraction type.

Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataContractAttribute]
public enum ExtractionType
Members
Member nameValueDescription
TextAndMetadata0 Text and metadata are extracted for all supported document types.
MetadataOnly1 Metadata only is extracted for all supported document types.
See Also