ImageAnnotationArgs

data class ImageAnnotationArgs(val boundingPolys: Output<List<BoundingPolyArgs>>? = null, val frameIndex: Output<Int>? = null) : ConvertibleToJava<ImageAnnotationArgs>

Image annotation.

Constructors

Link copied to clipboard
fun ImageAnnotationArgs(boundingPolys: Output<List<BoundingPolyArgs>>? = null, frameIndex: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ImageAnnotationArgs

Properties

Link copied to clipboard
val boundingPolys: Output<List<BoundingPolyArgs>>? = null

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

Link copied to clipboard
val frameIndex: Output<Int>? = null

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