Class Bullet
- Namespace
- Textkernel.Tx.Models.Resume.Employment
- Assembly
- Textkernel.Tx.SDK.dll
A single entry in a bullet-point list in a position/job description on a resume
public class Bullet
- Inheritance
-
Bullet
- Inherited Members
Properties
Text
The text value of the bullet-list item (excluding the bullet point character)
public string Text { get; set; }
Property Value
Type
The type of text/term found for this bullet point. One of:
creativeTerm - Text indicates that an action was taken by the candidate
sentence: the default, no special terms were found in Text
public string Type { get; set; }