DetectionX

@JsonClass(generateAdapter = true)
data class DetectionX(@Json(name = "attributes") val attributes: AttributesXX?, @Json(name = "rect") val rect: Rect?)

Constructors

Link copied to clipboard
constructor(@Json(name = "attributes") attributes: AttributesXX?, @Json(name = "rect") rect: Rect?)

Properties

Link copied to clipboard
Link copied to clipboard
val rect: Rect?