A polygonal chain consisting of n vertices

interface AnnotationsPolyLine {
    confidence?: number;
    vertices: AnnotationsPoint[];
}

Properties

confidence?: number

The confidence score for the primitive. It should be between 0 and 1.

0

1

vertices: AnnotationsPoint[]