Class Degree
- Namespace
- Textkernel.Tx.Models.Resume.Education
- Assembly
- Textkernel.Tx.SDK.dll
An educational degree
public class Degree
- Inheritance
-
Degree
- Inherited Members
Properties
Name
The name of the degree
public NormalizedString Name { get; set; }
Property Value
NormalizedInternational
The normalized code/description of the degree based on an international standard.
NOTE: if you require this value, be sure to check the
EducationNormalizationResponse on each response
as some languages/locales are not supported.
public NormalizedDegree NormalizedInternational { get; set; }
Property Value
NormalizedLocal
The normalized code/description of the degree based on the CV locale.
NOTE: if you require this value, be sure to check the
EducationNormalizationResponse on each response
as some languages/locales are not supported.
public NormalizedDegree NormalizedLocal { get; set; }
Property Value
Type
Deprecated - use NormalizedLocal or NormalizedInternational instead.
These values are not very global-friendly, but the Parser does normalize all degrees
to one of these pre-defined types.This list is sorted, as well as possible, by increasing
level of education, although there are certainly ambiguities from one discipline to
another, such as whether professional is above or below bachelors. Here are the possible values:
- lessThanHighSchool
- specialeducation
- someHighSchoolOrEquivalent
- ged
- certification
- vocational
- secondary
- highSchoolOrEquivalent
- someCollege
- HND_HNC_OrEquivalent
- ASc
- associates
- international
- professional
- postprofessional
- BSc
- bachelors
- somePostgraduate
- MBA
- MSc
- masters
- intermediategraduate
- doctorate
- postdoctorate
[Obsolete]
public string Type { get; set; }