Interface protos.google.cloud.aiplatform.v1beta1.schema.IImageBoundingBoxAnnotation (3.13.0)

Properties of an ImageBoundingBoxAnnotation.

Package

@google-cloud/aiplatform

Properties

annotationSpecId

annotationSpecId?: (string|null);

ImageBoundingBoxAnnotation annotationSpecId

displayName

displayName?: (string|null);

ImageBoundingBoxAnnotation displayName

xMax

xMax?: (number|null);

ImageBoundingBoxAnnotation xMax

xMin

xMin?: (number|null);

ImageBoundingBoxAnnotation xMin

yMax

yMax?: (number|null);

ImageBoundingBoxAnnotation yMax

yMin

yMin?: (number|null);

ImageBoundingBoxAnnotation yMin