Group
Show / Hide Table of Contents

Class ResumeSection

A section in the resume (work history, education, etc)

Inheritance
System.Object
ResumeSection
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.Resume.Metadata
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class ResumeSection

Properties

| Improve this Doc View Source

FirstLineNumber

The first line of the section (zero-based). This refers to the lines (delimited by newline) in the PlainText

Declaration
public int FirstLineNumber { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

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"

Declaration
public string HeaderTextFound { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

LastLineNumber

The last line of the section (zero-based). This refers to the lines (delimited by newline) in the PlainText

Declaration
public int LastLineNumber { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

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

Declaration
public string SectionType { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾