FaceDetection

@JsonClass(generateAdapter = true)
data class FaceDetection(@Json(name = "detect_time") val detectTime: String?, @Json(name = "detect_ts") val detectTs: Double?, @Json(name = "detection") val detection: Detection?, @Json(name = "image_origin") val imageOrigin: Any?, @Json(name = "sample_id") val sampleId: String?)

Constructors

Link copied to clipboard
constructor(@Json(name = "detect_time") detectTime: String?, @Json(name = "detect_ts") detectTs: Double?, @Json(name = "detection") detection: Detection?, @Json(name = "image_origin") imageOrigin: Any?, @Json(name = "sample_id") sampleId: String?)

Properties

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