A geometry represented by exactly one of bounding_box, polygon and polyline which, respectively, represents a BoundingBox, Polygon and PolyLine.

interface AnnotationsTypesPrimitivesGeometry2DGeometry {
    boundingBox?: AnnotationsBoundingBox;
    polygon?: AnnotationsPolygon;
    polyline?: AnnotationsPolyLine;
}

Properties

A plain rectangle

A closed polygon represented by n vertices. In other words, we assume that the first and last vertex are connected.

A polygonal chain consisting of n vertices