BodyDetection

@JsonClass(generateAdapter = true)
data class BodyDetection(@Json(name = "detect_time") val detectTime: String?, @Json(name = "detect_ts") val detectTs: Double?, @Json(name = "image_origin") val imageOrigin: String?, @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 = "image_origin") imageOrigin: String?, @Json(name = "sample_id") sampleId: String?)

Properties

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