ruạṛ
a ���f�! � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#� FieldValuez$ The value of a form field. �STRING�DATE�TIME�PHONE_NUMBER�NUMBER�INTEGER�ARRAYc K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )a� Initializes a new FieldValue object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.ai_document.models.ValueTime` * :class:`~oci.ai_document.models.ValueInteger` * :class:`~oci.ai_document.models.ValueDate` * :class:`~oci.ai_document.models.ValueNumber` * :class:`~oci.ai_document.models.ValueString` * :class:`~oci.ai_document.models.ValuePhoneNumber` * :class:`~oci.ai_document.models.ValueArray` 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 FieldValue. Allowed values for this property are: "STRING", "DATE", "TIME", "PHONE_NUMBER", "NUMBER", "INTEGER", "ARRAY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type value_type: str :param text: The value to assign to the text property of this FieldValue. :type text: str :param confidence: The value to assign to the confidence property of this FieldValue. :type confidence: float :param bounding_polygon: The value to assign to the bounding_polygon property of this FieldValue. :type bounding_polygon: oci.ai_document.models.BoundingPolygon :param word_indexes: The value to assign to the word_indexes property of this FieldValue. :type word_indexes: list[int] �str�floatZBoundingPolygonz list[int])� value_type�text� confidence�bounding_polygon�word_indexes� valueTyper r ZboundingPolygonZwordIndexesN)Z swagger_typesZ attribute_map�_value_type�_text�_confidence�_bounding_polygon� _word_indexes)�self�kwargs� r �F/usr/lib/python3.9/site-packages/oci/ai_document/models/field_value.py�__init__. s"