Image Annotation Args
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)