DocTypeOutput

DocTypeOutput class

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

The DocTypeOutput type exposes the following members:

Constructors

NameDescription
DocTypeOutput()Initializes a new instance of the DocTypeOutput class

Properties

NameDescription
sourceInput source identifier (file path or URL when available).
Empty for in-memory inputs (stream, byte array, or Base64).
pageZero-based page index for multi-page inputs.
For single-page inputs, the value is usually 0.
doc_typeDetected document category.
confidenceConfidence score of the detected document type in the range from 0.0 to 1.0.
Higher values indicate greater confidence.

See Also