ruạṛ
a ���fD � @ 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 )�TextClassificationDocumentzC The document details for test classification detect call. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new TextClassificationDocument 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 TextClassificationDocument. :type key: str :param text: The value to assign to the text property of this TextClassificationDocument. :type text: str :param language_code: The value to assign to the language_code property of this TextClassificationDocument. :type language_code: str �str)�key�text� language_coder r ZlanguageCodeN)Z swagger_typesZ attribute_map�_key�_text�_language_code)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/ai_language/models/text_classification_document.py�__init__ s ��z#TextClassificationDocument.__init__c C s | j S )z� **[Required]** Gets the key of this TextClassificationDocument. Document Unique Identifier. :return: The key of this TextClassificationDocument. :rtype: str �r �r r r r r 2 s zTextClassificationDocument.keyc C s || _ dS )z� Sets the key of this TextClassificationDocument. Document Unique Identifier. :param key: The key of this TextClassificationDocument. :type: str Nr )r r r r r r >