Class TrainingHistory
- Namespace
- Textkernel.Tx.Models.Resume
- Assembly
- Textkernel.Tx.SDK.dll
All training info found in a resume
public class TrainingHistory
- Inheritance
-
TrainingHistory
- Inherited Members
Properties
Text
The full text where we found all training history
public string Text { get; set; }
Property Value
Trainings
Information about each training history we found
public List<TrainingDetails> Trainings { get; set; }