Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ImageObjectSelectionEntity

This lets the labeler specify a series of coordinates in the image to represent an object and apply labels to it. The coordinates are connected in the order that they are provided. The last coordinate in the array is connected to the first coordinate.

Properties

boundingPolygon

boundingPolygon: BoundingPolygon

Const entityType

entityType: string = "IMAGEOBJECTSELECTION"

Optional extendedMetadata

extendedMetadata: undefined | object

A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: {@code {"bar-key": "value"}}

labels

labels: Array<Label>

A collection of label entities.

Methods

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Entity): object

getJsonObj

  • getJsonObj(obj: Entity): object