Table of Contents

Class FoundJobTitle

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

Information about a job title match

public class FoundJobTitle
Inheritance
FoundJobTitle
Inherited Members

Properties

IsCurrent

true when the job title found is in the current time-frame.

public bool IsCurrent { get; set; }

Property Value

bool

RawTerm

Exact term found.

public string RawTerm { get; set; }

Property Value

string

VariationOf

Original term that the variation was derived from (or null if the RawTerm was an exact match)

public string VariationOf { get; set; }

Property Value

string