Click or drag to resize

ContentExtractionSettingsExtractionType Property

Text and metadata extraction setting.

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

Property Value

ExtractionType
Remarks

See ExtractionType for more information.

Default value: TextAndMetadata

See Also