Processed
data class Processed(val queueId: String, val sessionId: String, val barcodes: List<BaseBarcode>, val location: LocationData?, val images: List<Image>, val captureStartedAt: Instant, val captureCompletedAt: Instant, val shipmentId: String, val shipmentScanId: String, val processingCompletedAt: Instant, val status: String, val confidence: Double, _dimensions: Dimensions?) : Dockware.ObjectCapture
Constructors
Link copied to clipboard
constructor(queueId: String, sessionId: String, barcodes: List<BaseBarcode>, location: LocationData?, images: List<Image>, captureStartedAt: Instant, captureCompletedAt: Instant, shipmentId: String, shipmentScanId: String, processingCompletedAt: Instant, status: String, confidence: Double, _dimensions: Dimensions?)
Properties
Functions
Link copied to clipboard
Downloads the PLY point cloud bytes for this processed scan.
Link copied to clipboard
fun Dockware.ObjectCapture.Processed.fetchPlyBytesWithProgress(maxAttempts: Int = 3): Flow<DownloadResult>
Downloads the PLY point cloud bytes for this processed scan, emitting progress updates.
Link copied to clipboard