Enum PointsAnnotationType
Type of points annotation
Parent type
PointsAnnotationType
appears in the PointsAnnotation
message schema.
Values
name | value | description |
---|---|---|
UNKNOWN | 0 | |
POINTS | 1 | Individual points: 0, 1, 2, ... |
LINE_LOOP | 2 | Closed polygon: 0-1, 1-2, ..., (n-1)-n, n-0 |
LINE_STRIP | 3 | Connected line segments: 0-1, 1-2, ..., (n-1)-n |
LINE_LIST | 4 | Individual line segments: 0-1, 2-3, 4-5, ... |