Result

sealed class Result

Result of analyzing a Frame.

Subtypes:

Inheritors

Types

Link copied to clipboard

Errors returned when there is a problem analyzing a given Frame.

Link copied to clipboard
data class Processed(val detections: List<MiSnapDocumentDetector.Detections>, val licenseExpired: Boolean) : MiSnapDocumentDetector.Result

Result when a Frame was analyzed.