ruạṛ
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�RecordMetadata� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )� ImageMetadataz9 Collection of metadata related to image record. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) a� Initializes a new ImageMetadata object with values from keyword arguments. The default value of the :py:attr:`~oci.data_labeling_service_dataplane.models.ImageMetadata.record_type` attribute of this class is ``IMAGE_METADATA`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param record_type: The value to assign to the record_type property of this ImageMetadata. Allowed values for this property are: "IMAGE_METADATA", "TEXT_METADATA", "DOCUMENT_METADATA" :type record_type: str :param height: The value to assign to the height property of this ImageMetadata. :type height: int :param width: The value to assign to the width property of this ImageMetadata. :type width: int :param depth: The value to assign to the depth property of this ImageMetadata. :type depth: int �str�int)�record_type�height�width�depth� recordTyper r r N�IMAGE_METADATA)� swagger_types� attribute_map�_record_type�_height�_width�_depth)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_labeling_service_dataplane/models/image_metadata.py�__init__ s ��zImageMetadata.__init__c C s | j S )z� Gets the height of this ImageMetadata. Height of the image record. :return: The height of this ImageMetadata. :rtype: int �r �r r r r r <