Completed

class Completed(val resultJson: String, val imageBytes: ByteArray, val scanMetadata: TswScanMetadata) : TswScanResult

Capture and upload both succeeded.

Constructors

Link copied to clipboard
constructor(resultJson: String, imageBytes: ByteArray, scanMetadata: TswScanMetadata)

Properties

Link copied to clipboard

The captured sidewall image, upright and ready to display or store. On iOS, convert it with imageBytes.toNSData().

Link copied to clipboard

Raw JSON reading returned by the Anyline Cloud API (for example, the tire size). Parse it with the JSON library of your choice.

Link copied to clipboard

Capture metadata; see TswScanMetadata.