Package google.cloud.aiplatform.v1beta1.schema

Index

BoundingPoly

Bounding polygon in an image.

Fields
vertex[]

Vertex

Vertices of the bounding polygon in clockwise order.

Vertex

Represents a 2D point in the image. Vertex coordinates are normalized to be relative to the original image dimensions and range from 0 to 1. The origin of the coordinate system (0,0) is the top-left corner of the image. x increases to the right, and y increases to the bottom.

Fields
x

double

X coordinate of the vertex, normalized to [0.0, 1.0].

y

double

Y coordinate of the vertex, normalized to [0.0, 1.0].