Package google.cloud.aiplatform.v1.schema

Index

BoundingPoly

Fields
vertex[]

Vertex

A BoundingPoly has N vertices in a clock-wise order.

Vertex

A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.

Fields
x

double

X coordinate.

y

double

Y coordinate.