Group
Show / Hide Table of Contents

Class Degree

An educational degree

Inheritance
System.Object
Degree
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.Resume.Education
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class Degree

Properties

| Improve this Doc View Source

Name

The name of the degree

Declaration
public NormalizedString Name { get; set; }
Property Value
Type Description
NormalizedString
| Improve this Doc View Source

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.

Declaration
public NormalizedDegree NormalizedInternational { get; set; }
Property Value
Type Description
NormalizedDegree
| Improve this Doc View Source

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.

Declaration
public NormalizedDegree NormalizedLocal { get; set; }
Property Value
Type Description
NormalizedDegree
| Improve this Doc View Source

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

Declaration
[Obsolete]
public string Type { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾