BoundingPolygon

class oci.data_labeling_service_dataplane.models.BoundingPolygon(**kwargs)

Bases: object

A polygon used to describe the location of an object.

Methods

__init__(**kwargs) Initializes a new BoundingPolygon object with values from keyword arguments.

Attributes

normalized_vertices [Required] Gets the normalized_vertices of this BoundingPolygon.
__init__(**kwargs)

Initializes a new BoundingPolygon object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:normalized_vertices (list[oci.data_labeling_service_dataplane.models.NormalizedVertex]) – The value to assign to the normalized_vertices property of this BoundingPolygon.
normalized_vertices

[Required] Gets the normalized_vertices of this BoundingPolygon. The normalized vertices that make up the polygon. They are in the order of the segments they connect.

Returns:The normalized_vertices of this BoundingPolygon.
Return type:list[oci.data_labeling_service_dataplane.models.NormalizedVertex]