Result

data class Result

Detection result.

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val confidence: Double

Confidence of the detection in interval [0.0, 1.0], where 0.0 stands for min confidence and 1.0 stands for max confidence.

Link copied to clipboard
val imageParameters: ImageParameters?

Image parameters calculated in the detection rectangle.

Link copied to clipboard
val normalizedRectangle: RectangleDouble?

Detection rectangle (or bounding box) normalized to the image size.