Completed
class Completed(val resultJson: String, val imageBytes: ByteArray, val scanMetadata: TswScanMetadata) : TswScanResult
Capture and upload both succeeded.
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.