ruạṛ
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 )� ValueDatez The date field value. c K sV ddddddd�| _ ddd d ddd�| _d | _d | _d | _d | _d | _d | _d| _d S )a0 Initializes a new ValueDate object with values from keyword arguments. The default value of the :py:attr:`~oci.ai_document.models.ValueDate.value_type` attribute of this class is ``DATE`` 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 ValueDate. 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 ValueDate. :type text: str :param confidence: The value to assign to the confidence property of this ValueDate. :type confidence: float :param bounding_polygon: The value to assign to the bounding_polygon property of this ValueDate. :type bounding_polygon: oci.ai_document.models.BoundingPolygon :param word_indexes: The value to assign to the word_indexes property of this ValueDate. :type word_indexes: list[int] :param value: The value to assign to the value property of this ValueDate. :type value: datetime �str�float�BoundingPolygonz list[int]�datetime)� value_type�text� confidence�bounding_polygon�word_indexes�value� valueTyper r �boundingPolygon�wordIndexesr N�DATE)� 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_date.py�__init__ s* !� � zValueDate.__init__c C s | j S )z� **[Required]** Gets the value of this ValueDate. The date field value as yyyy-mm-dd. :return: The value of this ValueDate. :rtype: datetime �r �r r! r! r"