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 )� ValueArrayz$ The array of field values. c K sV ddddddd�| _ ddd d ddd�| _d | _d | _d | _d | _d | _d | _d| _d S )a[ Initializes a new ValueArray object with values from keyword arguments. The default value of the :py:attr:`~oci.ai_document.models.ValueArray.value_type` attribute of this class is ``ARRAY`` 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 ValueArray. 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 ValueArray. :type text: str :param confidence: The value to assign to the confidence property of this ValueArray. :type confidence: float :param bounding_polygon: The value to assign to the bounding_polygon property of this ValueArray. :type bounding_polygon: oci.ai_document.models.BoundingPolygon :param word_indexes: The value to assign to the word_indexes property of this ValueArray. :type word_indexes: list[int] :param items: The value to assign to the items property of this ValueArray. :type items: list[oci.ai_document.models.DocumentField] �str�float�BoundingPolygonz list[int]zlist[DocumentField])� value_type�text� confidence�bounding_polygon�word_indexes�items� valueTyper r �boundingPolygon�wordIndexesr N�ARRAY)� swagger_types� attribute_map�_value_type�_text�_confidence�_bounding_polygon� _word_indexes�_items)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/ai_document/models/value_array.py�__init__ s* !� � zValueArray.__init__c C s | j S )z� **[Required]** Gets the items of this ValueArray. :return: The items of this ValueArray. :rtype: list[oci.ai_document.models.DocumentField] �r �r r r r! r J s zValueArray.itemsc C s || _ dS )z� Sets the items of this ValueArray. :param items: The items of this ValueArray. :type: list[oci.ai_document.models.DocumentField] Nr# )r r r r r! r T s c C s t | �S �N)r r$ r r r! �__repr__^ s zValueArray.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r! �__eq__a s zValueArray.__eq__c C s | |k S r% r r( r r r! �__ne__g s zValueArray.__ne__N)�__name__� __module__�__qualname__�__doc__r"