Bounding Poly Args
    data class BoundingPolyArgs(val label: Output<String>? = null, val vertices: Output<List<VertexArgs>>? = null) : ConvertibleToJava<BoundingPolyArgs> 
A bounding polygon for the detected image annotation.
A bounding polygon for the detected image annotation.