DocumentSourceKind

DocumentSourceKind enumeration

Defines the kinds of document sources.

public enum DocumentSourceKind

Values

Name Value Description
File 0 The file document source.
Stream 1 The stream document source.
Structure 2 The structure document source.
ExtractedData 3 The document source of previously extracted data.

See Also