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