Class JobTitlesScoreData
Details about the score for a specific category
public class JobTitlesScoreData : CategoryScoreData
- Inheritance
-
JobTitlesScoreData
- Inherited Members
Properties
Found
List of job titles found in both documents.
public List<FoundJobTitle> Found { get; set; }
Property Value
NotFound
List of terms requested, but not found.
public List<string> NotFound { get; set; }