DocTypeOutput
DocTypeOutput class
Represents the document type detection result for a single input item.
The DocTypeOutput type exposes the following members:
Constructors
| Name | Description |
|---|---|
| DocTypeOutput() | Initializes a new instance of the DocTypeOutput class |
Properties
| Name | Description |
|---|---|
| source | Input source identifier (file path or URL when available). Empty for in-memory inputs (stream, byte array, or Base64). |
| page | Zero-based page index for multi-page inputs. For single-page inputs, the value is usually 0. |
| doc_type | Detected document category. |
| confidence | Confidence score of the detected document type in the range from 0.0 to 1.0. Higher values indicate greater confidence. |
See Also
- namespace aspose.ocr
- assembly Aspose.ocr