> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gladia.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Persons

> Description of your new file.

A list of persons mentioned in the conversation with the following properties:

* **full\_name** (str): The full name of the human person
* **first\_name** (str): The first name of the human person
* **middle\_name** (str): The middle name of the human person
* **last\_name** (str): The last name of the human person
* **nickname** (str): The nickname of the person
* **person\_extra** (PersonExtra): Extra information about the person

```json results theme={"system"}
{
  "persones": [
    "full_name": "str",
    "first_name": "str",
    "middle_name": "str",
    "last_name": "str",
    "nickname": "str",
    "person_extra": {
      "email_address": "str",
      "gender": "Gender(ENUM)",
      "origins": ["str"],
      "attributes": ["str"],
      "other_attributes": [
        {
          "key": "str",
          "value": "str"
        }
      ],
      "keywords": ["str"],
      "marital_status": "MaritalStatus(ENUM)",
      "occupation": "Occupation(ENUM)",
      "education_level": "EducationLevel(ENUM)",
      "skills": [
        {
          "skill_name": "str",
          "skill_level": 
           "SkillLevel(ENUM)"
        }
      ],
      "medical_profession": "MedicalProfession(ENUM)",
      "employer": "str",
      "religion": "Religion(ENUM)",
      "phone_number": "str",
      "political_affiliation": "PoliticalAffiliation(ENUM)",
      "passport_number": "str",
      "username": "str",
      "password": "str",
      "ip_address": "str",
      "social_security_number": "str",
      "drivers_license_number": "str",
      "languages": ["str"],
      "zodiac_sign": "ZodiacSign(ENUM)",
      "age": {
        "age_number": 42,
         "age_unit": "str"
      },
      "age_in_years": 42,
      "age_in_months": 504
    }
}
```

### PersonExtra

* **email\_address** (str): The email address
* **gender** (Gender): The gender of the person assigned at birth
* **origins** (List\[str]): The origin of the person
* **attributes** (List\[str]): The attributes of the person
* **other\_attributes** (List\[OtherAttributes]): The other attributes of the person
* **keywords** (List\[str]): The keywords associated with the person
* **marital\_status** (MaritalStatus): The marital status of the person
* **occupation** (Occupation): The occupation of the person
* **education\_level** (EducationLevel): The education level of the person
* **skills** (List\[Skill]): The skills of the person
* **medical\_profession** (MedicalProfession): The medical profession of the person
* **employer** (str): The employer of the person
* **religion** (Religion): The religion of the person
* **phone\_number** (str): The phone number of the person
* **political\_affiliation** (PoliticalAffiliation): The political affiliation of the person
* **passport\_number** (str): The passport number of the person
* **username** (str): The username of the person
* **password** (str): The password of the person
* **ip\_address** (str): The IP address of the person
* **social\_security\_number** (str): The social security number of the person
* **drivers\_license\_number** (str): The driver's license number of the person
* **languages** (List\[str]): The languages spoken by the person
* **zodiac\_sign** (ZodiacSign): The zodiac sign of the person
* **age** (Age): The age of the associated person
* **age\_in\_years** (int): The age of the associated person in years
* **age\_in\_months** (int): The age of the associated person in months

```json results theme={"system"}
{
  "email_address": "str",
  "gender": "Gender(ENUM)",
  "origins": ["str"],
  "attributes": ["str"],
  "other_attributes": [
    {
      "key": "str",
      "value": "str"
    }
  ],
  "keywords": ["str"],
  "marital_status": "MaritalStatus(ENUM)",
  "occupation": "Occupation(ENUM)",
  "education_level": "EducationLevel(ENUM)",
  "skills": [
    {
      "skill_name": "str",
      "skill_level" "SkillLevel(ENUM)"
    }
  ],
  "medical_profession": "MedicalProfession(ENUM)",
  "employer": "str",
  "religion": "Religion(ENUM)",
  "phone_number": "str",
  "political_affiliation": "PoliticalAffiliation(ENUM)",
  "passport_number": "str",
  "username": "str",
  "password": "str",
  "ip_address": "str",
  "social_security_number": "str",
  "drivers_license_number": "str",
  "languages": ["str"],
  "zodiac_sign": "ZodiacSign(ENUM)",
  "age": {
    "age_number": 42,
      "age_unit": "str"
  },
  "age_in_years": 42,
  "age_in_months": 504
}
```

#### Age

* **age\_number** (int): The age of the person in years
* **age\_unit** (str): The unit of the age. Could be years, months, days, etc.

```json result theme={"system"}
{
  "age_number": 1,
  "age_unit": "years"
}
```

#### Gender (Enum)

* **MALE**
* **FEMALE**

#### MedicalProfession (Enum)

* **PHYSICIAN**
* **SURGEON**
* **DENTIST**
* **NURSE**
* **OPTOMETRIST**
* **PHARMACIST**
* **PSYCHOLOGIST**
* **DIETITIAN**
* **VETERINARIAN**
* **PHYSIOTHERAPIST**
* **ASSISTANT\_PHYSICIAN**
* **RADIOLOGIST**
* **MEDICAL\_LABORATORY\_SCIENTIST**
* **OTHER**

#### Religion (Enum)

* **CHRISTIANITY**
* **ISLAM**
* **HINDUISM**
* **BUDDHISM**
* **JUDAISM**
* **SIKHISM**
* **SHINTO**
* **BAHAISM**
* **JAINISM**
* **ZOROASTRIANISM**
* **TAOISM**
* **SHAMANISM**
* **PAGANISM**
* **OTHER**

#### ZodiacSign (Enum)

* **ARIES**
* **TAURUS**
* **GEMINI**
* **CANCER**
* **LEO**
* **VIRGO**
* **LIBRA**
* **SCORPIO**
* **SAGITTARIUS**
* **CAPRICORN**
* **AQUARIUS**
* **PISCES**

#### MaritalStatus (Enum)

* **SINGLE**
* **MARRIED**
* **WIDOWED**
* **DIVORCED**

#### Occupation (Enum)

* **EMPLOYED**
* **UNEMPLOYED**
* **STUDENT**
* **RETIRED**
* **HOMEMAKER**
* **SELF\_EMPLOYED**
* **FREELANCER**
* **ENTREPRENEUR**
* **OTHER**

#### EducationLevel (Enum)

* **PRIMARY**
* **SECONDARY**
* **BACHELOR**
* **MASTER**
* **DOCTORATE**
* **OTHER**

#### PoliticalAffiliation (Enum)

* **DEMOCRAT**
* **REPUBLICAN**
* **LIBERTARIAN**
* **GREEN**
* **INDEPENDENT**
* **OTHER**

#### OtherAttributes

A list of other attributes mentioned in the conversation with the following properties:

* **attribute\_name** (str): The name of the attribute
* **attribute\_value** (str): The value of the attribute
* **speaker** (str): The speaker mentioning the attribute
* **subject** (str): The subject to whom the attribute applies

```json result theme={"system"}
{
  "attribute_name": "str",
  "attribute_value": "str",
  "speaker": "str",
  "subject": "str"
}
```

#### Skill

A list of skills mentioned in the conversation with the following properties:

* **skill\_name** (str): The name of the skill
* **skill\_level** (SkillLevel): The level of the skill

```json result theme={"system"}
{
  "skill_name": "str,
  "skill_level": "SkillLevel(ENUM)"
}
```

##### SkillLevel (Enum)

* **BEGINNER**
* **INTERMEDIATE**
* **ADVANCED**
* **EXPERT**
