ImageBoundingBoxAnnotation

Annotation details specific to image object detection.

Fields
annotationSpecId string

The resource id of the AnnotationSpec that this Annotation pertains to.

displayName string

The display name of the AnnotationSpec that this Annotation pertains to.

xMin number

The leftmost coordinate of the bounding box.

xMax number

The rightmost coordinate of the bounding box.

yMin number

The topmost coordinate of the bounding box.

yMax number

The bottommost coordinate of the bounding box.

JSON representation
{
  "annotationSpecId": string,
  "displayName": string,
  "xMin": number,
  "xMax": number,
  "yMin": number,
  "yMax": number
}