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

Link copied to clipboard
open override val barcodes: List<BaseBarcode>
Link copied to clipboard
open override val captureCompletedAt: Instant
Link copied to clipboard
open override val captureStartedAt: Instant
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val images: List<Image>
Link copied to clipboard
open override val location: LocationData?
Link copied to clipboard
Link copied to clipboard
open override val queueId: String
Link copied to clipboard
open override val sessionId: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Downloads the PLY point cloud bytes for this processed scan.

Link copied to clipboard

Downloads the PLY point cloud bytes for this processed scan, emitting progress updates.

Link copied to clipboard