📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
data_labeling_service_dataplane
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_labeling_service_dataplane/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: image_metadata.cpython-39.pyc
a ���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)Zrecord_type�height�width�depthZ recordTyper r r NZIMAGE_METADATA)Z swagger_typesZ attribute_mapZ_record_type�_height�_width�_depth)�self�kwargs� r �]/usr/lib/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 >