public class TrainingDetails extends Object
| Modifier and Type | Field and Description |
|---|---|
TxDate |
EndDate
The date the training ended
|
String |
Entity
The name of the school or company where the training occurred.
|
List<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). |
TxDate |
StartDate
The date the training started
|
String |
Text
The text that was found on the resume
|
| Constructor and Description |
|---|
TrainingDetails() |
public String Text
public String Entity
public List<String> Qualifications
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 TxDate StartDate
public TxDate EndDate
Copyright © 2024. All rights reserved.