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 )�ValueIntegerz" The integer field value. c K sV ddddddd�| _ ddd d ddd�| _d | _d | _d | _d | _d | _d | _d| _d S )aF Initializes a new ValueInteger object with values from keyword arguments. The default value of the :py:attr:`~oci.ai_document.models.ValueInteger.value_type` attribute of this class is ``INTEGER`` 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 ValueInteger. 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 ValueInteger. :type text: str :param confidence: The value to assign to the confidence property of this ValueInteger. :type confidence: float :param bounding_polygon: The value to assign to the bounding_polygon property of this ValueInteger. :type bounding_polygon: oci.ai_document.models.BoundingPolygon :param word_indexes: The value to assign to the word_indexes property of this ValueInteger. :type word_indexes: list[int] :param value: The value to assign to the value property of this ValueInteger. :type value: int �str�float�BoundingPolygonz list[int]�int)� value_type�text� confidence�bounding_polygon�word_indexes�value� valueTyper r �boundingPolygon�wordIndexesr N�INTEGER)� 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_integer.py�__init__ s* !� � zValueInteger.__init__c C s | j S )z� **[Required]** Gets the value of this ValueInteger. The integer value. :return: The value of this ValueInteger. :rtype: int �r �r r! r! r"