Personal Information

The following type of output is generated for personal information of the candidates:

  • Name: This field contains the name of the candidate in a format as given below:
    • FullName: This field contains the full name of the candidate
    • TitleName: This field contains the title name of the candidate
    • FirstName: This field contains the first name of the candidate
    • MiddleName: This field contains middle full name of the candidate
    • LastName: This field contains the last name of the candidate
    • FormattedName: This field contains the formatted name of the candidate
    • ConfidenceScore: This field provides confidence score for the correctness of Name fetched by the parser

Personal Information JSON

 "Name": {
            "FullName": "John Deo",
            "TitleName": "",
            "FirstName": "John",
            "MiddleName": "",
            "LastName": "Deo",
            "FormattedName": "John Deo",
            "ConfidenceScore": 10
        }

Other Personal Information

Other than the above basic personal details of candidates, parser also fetch other personal information as follows:
  • DateofBirth: This field contains the full date of birth of the candidate
  • Gender: This field contains the gender of the candidate
  • FatherName: This field contains the father name of the candidate
  • MotherName: This field contains mother name of the candidate
  • MaritalStatus: This field contains the marital status of the candidate
  • Nationality: This field contains the nationality of the candidate
  • LanguageKnown: This field contains the language known to the candidate and elements are as follows:
    • Language: This field contains the language known to the candidate
    • LanguageCode: This field contains a code for a language, such as en for English language.
  • UniqueID: This field contains a unique ID of the candidate
  • LicenseNo: This field contains License number of the candidate, such as USA Medcial License number

Personal Information JSON Layout

"DateOfBirth": "13/03/1980",
        "Gender": "Female",
        "FatherName": "Charlene Deo",
        "MotherName": "Amanda Deo",
        "MaritalStatus": "Single",
        "Nationality": "USA",
        "LanguageKnown": [{
            "Language": "French",
            "LanguageCode": "fr"
        }, {
            "Language": "Italian",
            "LanguageCode": "it"
        }, {
            "Language": "Spanish",
            "LanguageCode": "es"
        }],
        "UniqueID": "17946232",
        "LicenseNo": "USA Medical license",