DocumentTimings Model
DocumentTimings Model documentation for Java SDK
DocumentTimings
Aggregate timing statistics for an OCR request.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| wallTimeMs | Long | End-to-end request time (ms) | |
| sumQueueWaitMs | Long | Sum of per-page queue wait times (ms) | |
| sumRenderMs | Long | Sum of per-page render times (ms) | |
| sumOcrMs | Long | Sum of per-page OCR times (ms) | |
| sumPageTotalMs | Long | Sum of per-page total times (ms) |