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 d d� Z dd� Zdd� ZdS )�EntityDocumentResultz9 The document response for entities detect call. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new EntityDocumentResult 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 EntityDocumentResult. :type key: str :param entities: The value to assign to the entities property of this EntityDocumentResult. :type entities: list[oci.ai_language.models.HierarchicalEntity] :param language_code: The value to assign to the language_code property of this EntityDocumentResult. :type language_code: str �strzlist[HierarchicalEntity])�key�entities� language_coder r �languageCodeN)� swagger_types� attribute_map�_key� _entities�_language_code)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/ai_language/models/entity_document_result.py�__init__ s ��zEntityDocumentResult.__init__c C s | j S )z� **[Required]** Gets the key of this EntityDocumentResult. Document unique identifier defined by the user. :return: The key of this EntityDocumentResult. :rtype: str �r �r r r r r 2 s zEntityDocumentResult.keyc C s || _ dS )z� Sets the key of this EntityDocumentResult. Document unique identifier defined by the user. :param key: The key of this EntityDocumentResult. :type: str Nr )r r r r r r >