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