public class EducationDetails extends Object
| Modifier and Type | Field and Description |
|---|---|
Degree |
Degree
The degree obtained (or worked toward)
|
GradePointAverage |
GPA
The GPA/marks listed on the resume
|
SovrenPrimitive<Boolean> |
Graduated
Whether or not the candidate graduated
|
String |
Id
The id of this education entry (one-based, so EDU-1 is the first, etc)
|
SovrenDate |
LastEducationDate
The date graduated or education ended
|
Location |
Location
The Country/Region/City of the school, if found
|
List<String> |
Majors
Any majors/areas of major focus
|
List<String> |
Minors
Any minors/areas of minor focus
|
NormalizedString |
SchoolName
The name of the school attended
|
String |
SchoolType
The type of the school attended.
|
String |
Text
The raw text from the resume
|
| Constructor and Description |
|---|
EducationDetails() |
public String Id
public String Text
public NormalizedString SchoolName
public String SchoolType
public Location Location
public Degree Degree
public GradePointAverage GPA
public SovrenDate LastEducationDate
public SovrenPrimitive<Boolean> Graduated
Copyright © 2021. All rights reserved.