DetectionPosition

data class DetectionPosition(val center: <Error class: unknown class>, val sizeToImageShorterSideRatio: Double)

Position of the detected face in the image.

Constructors

Link copied to clipboard
fun DetectionPosition(center: <Error class: unknown class>, sizeToImageShorterSideRatio: Double)

Functions

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

Properties

Link copied to clipboard
val center: <Error class: unknown class>

Center point of the face.

Link copied to clipboard
val sizeToImageShorterSideRatio: Double

Ratio between the face size and the shorter image side.