DocTypeOutput

DocTypeOutput class

Represents the document type detection result for a single input item.

public class DocTypeOutput

Constructors

NameDescription
DocTypeOutput()The default constructor.

Properties

NameDescription
Confidence { get; set; }Confidence score of the detected document type in the range from 0.0 to 1.0. Higher values indicate greater confidence.
DocType { get; set; }Detected document category.
Page { get; set; }Zero-based page index for multi-page inputs. For single-page inputs, the value is usually 0.
Source { get; set; }Input source identifier (file path or URL when available). Empty for in-memory inputs (stream, byte array, or Base64).

See Also