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

Properties of an ImageBoundingBoxAnnotation.

Package

@google-cloud/aiplatform

Properties

annotationSpecId

annotationSpecId?: (string|null);

ImageBoundingBoxAnnotation annotationSpecId

Property Value
TypeDescription
(string|null)

displayName

displayName?: (string|null);

ImageBoundingBoxAnnotation displayName

Property Value
TypeDescription
(string|null)

xMax

xMax?: (number|null);

ImageBoundingBoxAnnotation xMax

Property Value
TypeDescription
(number|null)

xMin

xMin?: (number|null);

ImageBoundingBoxAnnotation xMin

Property Value
TypeDescription
(number|null)

yMax

yMax?: (number|null);

ImageBoundingBoxAnnotation yMax

Property Value
TypeDescription
(number|null)

yMin

yMin?: (number|null);

ImageBoundingBoxAnnotation yMin

Property Value
TypeDescription
(number|null)