DetectPolicy

@JsonClass(generateAdapter = true)
data class DetectPolicy(@Json(name = "body_attributes") val bodyAttributes: BodyAttributes?, @Json(name = "detect_body") val detectBody: Int?, @Json(name = "detect_face") val detectFace: Int?, @Json(name = "detect_landmarks68") val detectLandmarks68: Int?, @Json(name = "estimate_emotions") val estimateEmotions: Int?, @Json(name = "estimate_glasses") val estimateGlasses: Int?, @Json(name = "estimate_eyes_attributes") val estimateEyesAttributes: Int?, @Json(name = "estimate_gaze") val estimateGaze: Int?, @Json(name = "estimate_head_pose") val estimateHeadPose: Int?, @Json(name = "estimate_liveness") val estimateLiveness: EstimateLiveness?, @Json(name = "estimate_mask") val estimateMask: Int?, @Json(name = "estimate_mouth_attributes") val estimateMouthAttributes: Int?, @Json(name = "estimate_quality") val estimateQuality: Int?, @Json(name = "extract_exif") val extractExif: Int?, @Json(name = "face_quality") val faceQuality: FaceQuality?, @Json(name = "liveness_states") val livenessStates: List<Int>?, @Json(name = "mask_states") val maskStates: List<Int>?, @Json(name = "multiface_policy") val multifacePolicy: Int?, @Json(name = "pitch_threshold") val pitchThreshold: Int?, @Json(name = "roll_threshold") val rollThreshold: Int?, @Json(name = "yaw_threshold") val yawThreshold: Int?)

Constructors

Link copied to clipboard
constructor(@Json(name = "body_attributes") bodyAttributes: BodyAttributes?, @Json(name = "detect_body") detectBody: Int?, @Json(name = "detect_face") detectFace: Int?, @Json(name = "detect_landmarks68") detectLandmarks68: Int?, @Json(name = "estimate_emotions") estimateEmotions: Int?, @Json(name = "estimate_glasses") estimateGlasses: Int?, @Json(name = "estimate_eyes_attributes") estimateEyesAttributes: Int?, @Json(name = "estimate_gaze") estimateGaze: Int?, @Json(name = "estimate_head_pose") estimateHeadPose: Int?, @Json(name = "estimate_liveness") estimateLiveness: EstimateLiveness?, @Json(name = "estimate_mask") estimateMask: Int?, @Json(name = "estimate_mouth_attributes") estimateMouthAttributes: Int?, @Json(name = "estimate_quality") estimateQuality: Int?, @Json(name = "extract_exif") extractExif: Int?, @Json(name = "face_quality") faceQuality: FaceQuality?, @Json(name = "liveness_states") livenessStates: List<Int>?, @Json(name = "mask_states") maskStates: List<Int>?, @Json(name = "multiface_policy") multifacePolicy: Int?, @Json(name = "pitch_threshold") pitchThreshold: Int?, @Json(name = "roll_threshold") rollThreshold: Int?, @Json(name = "yaw_threshold") yawThreshold: Int?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard