Click or drag to resize

DocumentTaskSettingsOutputMode Property

Output mode for extracted attachments and text. See remarks.

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

Property Value

OutputMode
Remarks
This property is ignored if property ProcessingMode is not set to TextAndMetadata. See also property SaveAttachments.
See Also