📂 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: entity_label_error_analysis.cpython-39.opt-1.pyc
a ���fv � @ 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 )�EntityLabelErrorAnalysisz3 Possible entity error label error details c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )ao Initializes a new EntityLabelErrorAnalysis object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this EntityLabelErrorAnalysis. :type type: str :param offset: The value to assign to the offset property of this EntityLabelErrorAnalysis. :type offset: int :param length: The value to assign to the length property of this EntityLabelErrorAnalysis. :type length: int �str�int)�type�offset�lengthr r r N)Z swagger_typesZ attribute_map�_type�_offset�_length)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/ai_language/models/entity_label_error_analysis.py�__init__ s ��z!EntityLabelErrorAnalysis.__init__c C s | j S )z� **[Required]** Gets the type of this EntityLabelErrorAnalysis. Type of entity text like PER, LOC, GPE, NOPE etc. :return: The type of this EntityLabelErrorAnalysis. :rtype: str �r �r r r r r 4 s zEntityLabelErrorAnalysis.typec C s || _ dS )z� Sets the type of this EntityLabelErrorAnalysis. Type of entity text like PER, LOC, GPE, NOPE etc. :param type: The type of this EntityLabelErrorAnalysis. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the offset of this EntityLabelErrorAnalysis. Starting index on text. :return: The offset of this EntityLabelErrorAnalysis. :rtype: int �r r r r r r L s zEntityLabelErrorAnalysis.offsetc C s || _ dS )z� Sets the offset of this EntityLabelErrorAnalysis. Starting index on text. :param offset: The offset of this EntityLabelErrorAnalysis. :type: int Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the length of this EntityLabelErrorAnalysis. Length of text :return: The length of this EntityLabelErrorAnalysis. :rtype: int �r r r r r r d s zEntityLabelErrorAnalysis.lengthc C s || _ dS )z� Sets the length of this EntityLabelErrorAnalysis. Length of text :param length: The length of this EntityLabelErrorAnalysis. :type: int Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z!EntityLabelErrorAnalysis.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zEntityLabelErrorAnalysis.__eq__c C s | |k S r r r r r r �__ne__� s zEntityLabelErrorAnalysis.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"