Class ResumeSection
- Namespace
- Textkernel.Tx.Models.Resume.Metadata
- Assembly
- Textkernel.Tx.SDK.dll
A section in the resume (work history, education, etc)
public class ResumeSection
- Inheritance
-
ResumeSection
- Inherited Members
Properties
FirstLineNumber
The first line of the section (zero-based). This refers to the lines (delimited by newline) in the PlainText
public int FirstLineNumber { get; set; }
Property Value
HeaderTextFound
The exact text that was used to identify the beginning of the section. If there was no text indicator and the location was calculated, then the value is "CALCULATED"
public string HeaderTextFound { get; set; }
Property Value
LastLineNumber
The last line of the section (zero-based). This refers to the lines (delimited by newline) in the PlainText
public int LastLineNumber { get; set; }
Property Value
SectionType
The type of section. One of:
- ARTICLES
- AVAILABILITY
- BOOKS
- CERTIFICATIONS
- CONFERENCE_PAPERS
- CONTACT_INFO
- EDUCATION
- HOBBIES
- IGNORE_DATA_AFTER
- LANGUAGES
- LICENSES
- MILITARY
- OBJECTIVE
- OTHER_PUBLICATIONS
- PATENTS
- PERSONAL_INTERESTS_AND_ACCOMPLISHMENTS
- PROFESSIONAL_AFFILIATIONS
- QUALIFICATIONS_SUMMARY
- REFERENCES
- SECURITY_CLEARANCES
- SKILLS
- SPEAKING
- SUMMARY
- TRAINING
- WORK_HISTORY
- WORK_STATUS
public string SectionType { get; set; }