Skip to content

Commit 901bece

Browse files
author
Zach Ebner
committed
Adding EmployerDescription
1 parent 088365a commit 901bece

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/java/com/sovren/models/job/ParsedJob.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ public class ParsedJob extends ParsedDocument {
6767

6868
/** Full text of any benefits listed by the job.*/
6969
public String Benefits;
70+
71+
/** Full text of any employer description listed by the job.*/
72+
public String EmployerDescription;
7073

7174
/** The job titles found in the job. Used by Sovren for AI Matching*/
7275
public JobTitles JobTitles;
@@ -86,7 +89,7 @@ public class ParsedJob extends ParsedDocument {
8689
/** Any languages listed in the job. Used by Sovren for AI Matching*/
8790
public List<String> LanguageCodes;
8891

89-
/** The location of the job, if listed. Used by Sovren for AI Matching*/
92+
/** The location of the job, if listed. If no job location is found, this is the location of the company, if listed.*/
9093
public Location CurrentLocation;
9194

9295
/** Information about the application process.*/

0 commit comments

Comments
 (0)