📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
ai_language
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/ai_language/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: sentiment_aspect.pyc
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 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)� swagger_types� attribute_map�_offset�_length�_text� _sentiment�_scores)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/ai_language/models/sentiment_aspect.py�__init__ s"