detect

abstract fun detect(bgraRawImage: BgraRawImage): FaceDetector.Result

Detect face in the image. This operation should be called on a background thread.

Return

Detection result.

Parameters

bgraRawImage

BGRA raw image.