Detect Policy
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?)