📂 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: pii_entity.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� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )� PiiEntityz PII entity object. c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new PiiEntity object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this PiiEntity. :type id: str :param offset: The value to assign to the offset property of this PiiEntity. :type offset: int :param length: The value to assign to the length property of this PiiEntity. :type length: int :param text: The value to assign to the text property of this PiiEntity. :type text: str :param type: The value to assign to the type property of this PiiEntity. :type type: str :param score: The value to assign to the score property of this PiiEntity. :type score: float �str�int�float)�id�offset�length�text�type�scorer r r r r r N)Z swagger_typesZ attribute_map�_id�_offset�_length�_text�_type�_score)�self�kwargs� r �E/usr/lib/python3.9/site-packages/oci/ai_language/models/pii_entity.py�__init__ s( � � zPiiEntity.__init__c C s | j S )z� Gets the id of this PiiEntity. Unique id of the entity. :return: The id of this PiiEntity. :rtype: str �r �r r r r r I s zPiiEntity.idc C s || _ dS )z� Sets the id of this PiiEntity. Unique id of the entity. :param id: The id of this PiiEntity. :type: str Nr )r r r r r r U s c C s | j S )z� **[Required]** Gets the offset of this PiiEntity. The number of Unicode code points preceding this entity in the submitted text. :return: The offset of this PiiEntity. :rtype: int �r r r r r r a s zPiiEntity.offsetc C s || _ dS )z� Sets the offset of this PiiEntity. The number of Unicode code points preceding this entity in the submitted text. :param offset: The offset of this PiiEntity. :type: int Nr )r r r r r r m s c C s | j S )z� **[Required]** Gets the length of this PiiEntity. Length of PII entity text. :return: The length of this PiiEntity. :rtype: int �r r r r r r y s zPiiEntity.lengthc C s || _ dS )z� Sets the length of this PiiEntity. Length of PII entity text. :param length: The length of this PiiEntity. :type: int Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the text of this PiiEntity. Entity text like name of person, Organization and so on. :return: The text of this PiiEntity. :rtype: str �r r r r r r � s zPiiEntity.textc C s || _ dS )z� Sets the text of this PiiEntity. Entity text like name of person, Organization and so on. :param text: The text of this PiiEntity. :type: str Nr )r r r r r r � s c C s | j S )a **[Required]** Gets the type of this PiiEntity. Entity type supported PERSON ADDRESS AGE DATE_TIME SSN_OR_TAXPAYER EMAIL PASSPORT_NUMBER_US TELEPHONE_NUMBER DRIVER_ID_US BANK_ACCOUNT_NUMBER BANK_SWIFT BANK_ROUTING CREDIT_DEBIT_NUMBER IP_ADDRESS MAC_ADDRESS COOKIE XSRF_TOKEN AUTH_BASIC AUTH_BEARER JSON_WEB_TOKEN PRIVATE_KEY PUBLIC_KEY OCI_OCID_USER OCI_OCID_TENANCY OCI_SMTP_USERNAME OCI_OCID_REFERENCE OCI_FINGERPRINT OCI_CREDENTIAL OCI_PRE_AUTH_REQUEST OCI_STORAGE_SIGNED_URL OCI_CUSTOMER_SECRET_KEY OCI_ACCESS_KEy MEDICAL_RECORD_NUMBER HEALTH_PLAN_ID URL CERTIFICATE_NUMBER FIN GUIDs VEHICLE_LICENSE_PLATE_US VEHICLE_IDENTIFIER_US :return: The type of this PiiEntity. :rtype: str �r r r r r r � s 2zPiiEntity.typec C s || _ dS )a Sets the type of this PiiEntity. Entity type supported PERSON ADDRESS AGE DATE_TIME SSN_OR_TAXPAYER EMAIL PASSPORT_NUMBER_US TELEPHONE_NUMBER DRIVER_ID_US BANK_ACCOUNT_NUMBER BANK_SWIFT BANK_ROUTING CREDIT_DEBIT_NUMBER IP_ADDRESS MAC_ADDRESS COOKIE XSRF_TOKEN AUTH_BASIC AUTH_BEARER JSON_WEB_TOKEN PRIVATE_KEY PUBLIC_KEY OCI_OCID_USER OCI_OCID_TENANCY OCI_SMTP_USERNAME OCI_OCID_REFERENCE OCI_FINGERPRINT OCI_CREDENTIAL OCI_PRE_AUTH_REQUEST OCI_STORAGE_SIGNED_URL OCI_CUSTOMER_SECRET_KEY OCI_ACCESS_KEy MEDICAL_RECORD_NUMBER HEALTH_PLAN_ID URL CERTIFICATE_NUMBER FIN GUIDs VEHICLE_LICENSE_PLATE_US VEHICLE_IDENTIFIER_US :param type: The type of this PiiEntity. :type: str Nr )r r r r r r � s 2c C s | j S )z� **[Required]** Gets the score of this PiiEntity. Score or confidence for detected PII entity. :return: The score of this PiiEntity. :rtype: float �r r r r r r s zPiiEntity.scorec C s || _ dS )z� Sets the score of this PiiEntity. Score or confidence for detected PII entity. :param score: The score of this PiiEntity. :type: float Nr! )r r r r r r s c C s t | �S �N)r r r r r �__repr__) s zPiiEntity.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__, s zPiiEntity.__eq__c C s | |k S r"