📂 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: field_value.pyc
a M��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 )aN 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" :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�float�BoundingPolygonz list[int])� value_type�text� confidence�bounding_polygon�word_indexes� valueTyper r �boundingPolygon�wordIndexesN)� swagger_types� attribute_map�_value_type�_text�_confidence�_bounding_polygon� _word_indexes)�self�kwargs� r"