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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�EntityDocumentz8 The document details for entities detect call. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aS Initializes a new EntityDocument object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this EntityDocument. :type key: str :param text: The value to assign to the text property of this EntityDocument. :type text: str :param language_code: The value to assign to the language_code property of this EntityDocument. :type language_code: str �str)�key�text� language_coder r ZlanguageCodeN)Z swagger_typesZ attribute_map�_key�_text�_language_code)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/ai_language/models/entity_document.py�__init__ s ��zEntityDocument.__init__c C s | j S )z� **[Required]** Gets the key of this EntityDocument. Document unique identifier defined by the user. :return: The key of this EntityDocument. :rtype: str �r �r r r r r 2 s zEntityDocument.keyc C s || _ dS )z� Sets the key of this EntityDocument. Document unique identifier defined by the user. :param key: The key of this EntityDocument. :type: str Nr )r r r r r r >