ruạṛ
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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�Cellz# A single cell in a table. c K sP ddddddd�| _ ddd d ddd�| _d | _d | _d | _d | _d | _d | _d S )a Initializes a new Cell object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param text: The value to assign to the text property of this Cell. :type text: str :param row_index: The value to assign to the row_index property of this Cell. :type row_index: int :param column_index: The value to assign to the column_index property of this Cell. :type column_index: int :param confidence: The value to assign to the confidence property of this Cell. :type confidence: float :param bounding_polygon: The value to assign to the bounding_polygon property of this Cell. :type bounding_polygon: oci.ai_document.models.BoundingPolygon :param word_indexes: The value to assign to the word_indexes property of this Cell. :type word_indexes: list[int] �str�int�float�BoundingPolygonz list[int])�text� row_index�column_index� confidence�bounding_polygon�word_indexesr �rowIndex�columnIndexr �boundingPolygon�wordIndexesN)� swagger_types� attribute_map�_text� _row_index� _column_index�_confidence�_bounding_polygon� _word_indexes)�self�kwargs� r �/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/ai_document/models/cell.py�__init__ s( � � z Cell.__init__c C s | j S )z� **[Required]** Gets the text of this Cell. The text recognized in the cell. :return: The text of this Cell. :rtype: str �r �r r r r r G s z Cell.textc C s || _ dS )z� Sets the text of this Cell. The text recognized in the cell. :param text: The text of this Cell. :type: str Nr"