ruạṛ
a N��f � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�BoundingPolygonz? A polygon used to describe the location of an object. c K s ddi| _ ddi| _d| _dS )a� Initializes a new BoundingPolygon object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param normalized_vertices: The value to assign to the normalized_vertices property of this BoundingPolygon. :type normalized_vertices: list[oci.data_labeling_service_dataplane.models.NormalizedVertex] �normalized_verticeszlist[NormalizedVertex]�normalizedVerticesN)� swagger_types� attribute_map�_normalized_vertices)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_labeling_service_dataplane/models/bounding_polygon.py�__init__ s ��zBoundingPolygon.__init__c C s | j S )a[ **[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. :return: The normalized_vertices of this BoundingPolygon. :rtype: list[oci.data_labeling_service_dataplane.models.NormalizedVertex] �r �r r r r r $ s z#BoundingPolygon.normalized_verticesc C s || _ dS )a^ Sets the normalized_vertices of this BoundingPolygon. The normalized vertices that make up the polygon. They are in the order of the segments they connect. :param normalized_vertices: The normalized_vertices of this BoundingPolygon. :type: list[oci.data_labeling_service_dataplane.models.NormalizedVertex] Nr )r r r r r r 0 s c C s t | �S �N)r r r r r �__repr__<