📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/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:
47.3 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: health_entity.cpython-39.pyc
a ���fI% � @ 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 @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�HealthEntityz Health entity object c K sx ddddddddddd� | _ ddd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a) Initializes a new HealthEntity 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 HealthEntity. :type offset: int :param length: The value to assign to the length property of this HealthEntity. :type length: int :param text: The value to assign to the text property of this HealthEntity. :type text: str :param type: The value to assign to the type property of this HealthEntity. :type type: str :param sub_type: The value to assign to the sub_type property of this HealthEntity. :type sub_type: str :param score: The value to assign to the score property of this HealthEntity. :type score: float :param category: The value to assign to the category property of this HealthEntity. :type category: str :param id: The value to assign to the id property of this HealthEntity. :type id: str :param assertions: The value to assign to the assertions property of this HealthEntity. :type assertions: list[oci.ai_language.models.AssertionDetails] :param matched_concepts: The value to assign to the matched_concepts property of this HealthEntity. :type matched_concepts: list[oci.ai_language.models.MelConcept] �int�str�floatzlist[AssertionDetails]zlist[MelConcept]) �offset�length�text�type�sub_type�score�category�id� assertions�matched_conceptsr r r r ZsubTyper r r r ZmatchedConceptsN)Z swagger_typesZ attribute_map�_offset�_length�_text�_type� _sub_type�_score� _category�_id�_assertions�_matched_concepts)�self�kwargs� r �H/usr/lib/python3.9/site-packages/oci/ai_language/models/health_entity.py�__init__ s@ /�� zHealthEntity.__init__c C s | j S )z� **[Required]** Gets the offset of this HealthEntity. The number of Unicode code points preceding this entity in the submitted text. :return: The offset of this HealthEntity. :rtype: int �r �r r r r! r e s zHealthEntity.offsetc C s || _ dS )z� Sets the offset of this HealthEntity. The number of Unicode code points preceding this entity in the submitted text. :param offset: The offset of this HealthEntity. :type: int Nr# )r r r r r! r q s c C s | j S )z� **[Required]** Gets the length of this HealthEntity. Length of entity text :return: The length of this HealthEntity. :rtype: int �r r$ r r r! r } s zHealthEntity.lengthc C s || _ dS )z� Sets the length of this HealthEntity. Length of entity text :param length: The length of this HealthEntity. :type: int Nr% )r r r r r! r � s c C s | j S )z� **[Required]** Gets the text of this HealthEntity. Entity text like name of person, location, and so on. :return: The text of this HealthEntity. :rtype: str �r r$ r r r! r � s zHealthEntity.textc C s || _ dS )z� Sets the text of this HealthEntity. Entity text like name of person, location, and so on. :param text: The text of this HealthEntity. :type: str Nr&