LivenessResponse

@JsonClass(generateAdapter = true)
data class LivenessResponse(@Json(name = "aggregate_estimations") val aggregateEstimations: AggregateEstimations?, @Json(name = "images") val images: List<Image> = emptyList())

Constructors

Link copied to clipboard
constructor(@Json(name = "aggregate_estimations") aggregateEstimations: AggregateEstimations?, @Json(name = "images") images: List<Image> = emptyList())

Properties

Link copied to clipboard