Package-level declarations

Types

Link copied to clipboard
@Scope(scope = 1)
actual class FaceDetection : SdkComponent
@Scope(scope = 1)
actual class FaceDetection : SdkComponent
Link copied to clipboard
data class VerifyOptions(val faceMinWidth: Int, val faceMinHeight: Int, val faceMaxWidth: Int, val faceMaxHeight: Int, val confidence: Float)

VerifyOptions is that Face Detection will verify if the input is satisfied with the given options. Options