Image

@JsonClass(generateAdapter = true)
data class Image(@Json(name = "error") val error: LunaWebErrorDescription, @Json(name = "detections") val detections: Detections)

Response model of the image.

Constructors

Link copied to clipboard
constructor(@Json(name = "error") error: LunaWebErrorDescription, @Json(name = "detections") detections: Detections)

Properties

Link copied to clipboard

List of detections.

Link copied to clipboard

Error description.