Qualification

The following type of output is generated for the qualification details of the candidate.

Qualification: This block contains the qualification details of the candidates.
"Qualification": "2005 - 2009 \t- St. George's University School of Medicine, New Haven, CT, USA \r \t  - St. George's School of Medicine, New Haven, CT, USA \r - Doctor of Medicine degree, 3.5 CGPA \r  \r 1998 - 2002\t- Yale University, New Haven, CT, USA \r \t\t  \t- Bachelor of Science 3.97 CGPA  \r \t  Molecular, Cellular and Developmental Biology \r  \r 1997 - 1998\t  - Secondary Education, Carnegie Vanguard High School, Houston, Texas, USA",

Segregated Qualification

This block contains the qualification details of the candidates in the segregated formatted as follows:
  • Type: This field provides the information about type of institution eg: University, School, Institute etc.

  • ConfidenceScore: This field provides confidence score for the correctness of Institution, SubInstitution and DegreeName: fetched by parser.

  • StateIsoCode: This field provides the StateIsoCode of the state mentioned in qualification e.g. State: Texas, StateIsoCode: "US-TX"

  • InstitutionCountryCode: This field provides the country code of the institution.

  • IsoAlpha-2: This field provides two letter Iso country code e.g. 'US'

  • IsoAlpha-3: This field provides three letter Iso country code e.g.'USA'

  • UN-Code: This field provides the UN-Code of the country mentioned in the address, e.g.'840'

  • NormalizeDegree: This field provides the normalized degree details e.g. for BSc, it will show – Bachelor of Science and for Bachelor of Science in computer programming, it will also show - Bachelor of Science.

  • Specialization: This field provides the candidate's specialized field of education e.g. Bachelor of Science in Computer Programming. In this degree, 'Computer Programming' will be provided as the field of specialization.

  • FormattedDegreePeriod: This field provides the FormattedDegreePeriod e.g. Degree Period :- 2005 - 2006, 2007/2009, March 2009 - Dec 2012, 03/06/2009 - 01/11/2015 then FormattedDegreePeriod :- 2005 to 2006, 2007 to 2009, 03-2009 to 12-2009, 03/06/2009 to 01/11/2015

  • AggregateMeasureType: This field provides the information about degree measure types e.g. Percentage, Grade and Number.

Resume Parser Data JSON Layout

"SegregatedQualification": [{
        "Institution": {
            "Name": "St. George's University School of Medicine",
            "Type": "University",
            "ConfidenceScore": 10,
            "Location": {
                "City": "New Haven",
                "State": "CT",
                "StateIsoCode": "US-CT",
                "Country": "USA",
                "CountryCode": {
                    "IsoAlpha-2": "US",
                    "IsoAlpha-3": "USA",
                    "UN-Code": "840"
                }
            }
        },
        "SubInstitution": {
            "Name": "St. George's School of Medicine",
            "ConfidenceScore": 10,
            "Type": "School",
            "Location": {
                "City": "New Haven",
                "State": "CT",
                "StateIsoCode": "US-CT",
                "Country": "USA",
                "CountryCode": {
                    "IsoAlpha-2": "US",
                    "IsoAlpha-3": "USA",
                    "UN-Code": "840"
                }
            }
        },
        "Degree": {
            "DegreeName": " BSC in Computer Programming",
            "NormalizeDegree": " Bachelor of science",
            "Specialization": [
                " Computer Programming "
            ],
            "ConfidenceScore": 10
        },
        "FormattedDegreePeriod": "2005 to 2009",
        "StartDate": "01/01/2005",
        "EndDate": "31/12/2009",
        "Aggregate": {
            "Value": "3.5",
            "MeasureType": "CGPA"
        }
    }