ruạṛ
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 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)� swagger_types� attribute_map�_type�_offset�_length)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 2 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 >