📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
ai_language
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/ai_language/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: key_phrase_document.cpython-39.opt-1.pyc
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 )�KeyPhraseDocumentz: The document details for keyPhrases detect call. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a_ Initializes a new KeyPhraseDocument 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 KeyPhraseDocument. :type key: str :param text: The value to assign to the text property of this KeyPhraseDocument. :type text: str :param language_code: The value to assign to the language_code property of this KeyPhraseDocument. :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/key_phrase_document.py�__init__ s ��zKeyPhraseDocument.__init__c C s | j S )z� **[Required]** Gets the key of this KeyPhraseDocument. Document Unique Identifier. :return: The key of this KeyPhraseDocument. :rtype: str �r �r r r r r 2 s zKeyPhraseDocument.keyc C s || _ dS )z� Sets the key of this KeyPhraseDocument. Document Unique Identifier. :param key: The key of this KeyPhraseDocument. :type: str Nr )r r r r r r >