📂 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: sentiment_aspect.cpython-39.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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�SentimentAspectz" Sentiment aspect object. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )ae Initializes a new SentimentAspect object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param offset: The value to assign to the offset property of this SentimentAspect. :type offset: int :param length: The value to assign to the length property of this SentimentAspect. :type length: int :param text: The value to assign to the text property of this SentimentAspect. :type text: str :param sentiment: The value to assign to the sentiment property of this SentimentAspect. :type sentiment: str :param scores: The value to assign to the scores property of this SentimentAspect. :type scores: dict(str, float) �int�strzdict(str, float))�offset�length�text� sentiment�scoresr r r r r N)Z swagger_typesZ attribute_map�_offset�_length�_text� _sentiment�_scores)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/ai_language/models/sentiment_aspect.py�__init__ s"