📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
ai_document
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/ai_document/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: value_time.pyc
a M��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� FieldValue� )�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 )� ValueTimez The time field value. c K sV ddddddd�| _ ddd d ddd�| _d | _d | _d | _d | _d | _d | _d| _d S )a0 Initializes a new ValueTime object with values from keyword arguments. The default value of the :py:attr:`~oci.ai_document.models.ValueTime.value_type` attribute of this class is ``TIME`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param value_type: The value to assign to the value_type property of this ValueTime. Allowed values for this property are: "STRING", "DATE", "TIME", "PHONE_NUMBER", "NUMBER", "INTEGER", "ARRAY" :type value_type: str :param text: The value to assign to the text property of this ValueTime. :type text: str :param confidence: The value to assign to the confidence property of this ValueTime. :type confidence: float :param bounding_polygon: The value to assign to the bounding_polygon property of this ValueTime. :type bounding_polygon: oci.ai_document.models.BoundingPolygon :param word_indexes: The value to assign to the word_indexes property of this ValueTime. :type word_indexes: list[int] :param value: The value to assign to the value property of this ValueTime. :type value: datetime �str�float�BoundingPolygonz list[int]�datetime)� value_type�text� confidence�bounding_polygon�word_indexes�value� valueTyper r �boundingPolygon�wordIndexesr N�TIME)� swagger_types� attribute_map�_value_type�_text�_confidence�_bounding_polygon� _word_indexes�_value)�self�kwargs� r! ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/ai_document/models/value_time.py�__init__ s* !� � zValueTime.__init__c C s | j S )z� **[Required]** Gets the value of this ValueTime. The time field value as yyyy-mm-dd hh-mm-ss. :return: The value of this ValueTime. :rtype: datetime �r �r r! r! r"