Attachment
@JsonClass(generateAdapter = true)
An artifact relevant to a result.
Since
0.12.0
Constructors
Link copied to clipboard
constructor(@Json(name = "artifactLocation") artifactLocation: ArtifactLocation, @Json(name = "description") description: Message? = null, @Json(name = "properties") properties: PropertyBag? = null, @Json(name = "rectangles") rectangles: List<Rectangle>? = null, @Json(name = "regions") regions: List<Region>? = null)
Properties
Link copied to clipboard
The location of the attachment.
Link copied to clipboard
A message describing the role played by the attachment.
Link copied to clipboard
Key/value pairs that provide additional information about the attachment.
Link copied to clipboard
An array of rectangles specifying areas of interest within the image.