You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This file is provided for use by, or on behalf of, Textkernel licensees
// within the terms of their license of Textkernel products or Textkernel customers
// within the Terms of Service pertaining to the Textkernel SaaS products.
usingSystem;
namespaceTextkernel.Tx.Models.Resume.Education
{
/// <summary>
/// A normalized educational degree
/// </summary>
publicclassNormalizedDegree
{
/// <summary>
/// One of the codes listed <see href="https://developer.textkernel.com/tx-platform/v10/resume-parser/overview/normalized-education-codes/">here</see>.
/// </summary>
publicstringCode{get;set;}
/// <summary>
/// One of the descriptions listed <see href="https://developer.textkernel.com/tx-platform/v10/resume-parser/overview/normalized-education-codes/">here</see>.