ContentExtractionSettingsExtractionType Property

Text and metadata extraction setting.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public virtual ExtractionType ExtractionType { get; set; }

Property Value

ExtractionType

Remarks

See ExtractionType for more information.

Default value: TextAndMetadata

See Also