Table of Contents

Class TrainingDetails

Namespace
Textkernel.Tx.Models.Resume
Assembly
Textkernel.Tx.SDK.dll

A training history found on a resume

public class TrainingDetails
Inheritance
TrainingDetails
Inherited Members

Properties

EndDate

The date the training ended

public TxDate EndDate { get; set; }

Property Value

TxDate

Entity

The name of the school or company where the training occurred.

public string Entity { get; set; }

Property Value

string

Qualifications

Any text within the Text that is recognized as a qualification (such as DDS), degree (such as B.S.), or a certification (such as PMP). Each qualification is listed separately.

public List<string> Qualifications { get; set; }

Property Value

List<string>

StartDate

The date the training started

public TxDate StartDate { get; set; }

Property Value

TxDate

Text

The text that was found on the resume

public string Text { get; set; }

Property Value

string