ImageAnnotationResponse

data class ImageAnnotationResponse(val boundingPolys: List<BoundingPolyResponse>, val frameIndex: Int)

Image annotation.

Constructors

Link copied to clipboard
fun ImageAnnotationResponse(boundingPolys: List<BoundingPolyResponse>, frameIndex: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of polygons outlining the sensitive regions in the image.

Link copied to clipboard

0-based index of the image frame. For example, an image frame in a DICOM instance.