Table of Contents

Class JobTitlesScoreData

Namespace
Textkernel.Tx.Models.API.Matching.Response
Assembly
Textkernel.Tx.SDK.dll

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

List<FoundJobTitle>

NotFound

List of terms requested, but not found.

public List<string> NotFound { get; set; }

Property Value

List<string>