Class Certification
- Namespace
- Textkernel.Tx.Models.Resume
- Assembly
- Textkernel.Tx.SDK.dll
A certification found on a resume
public class Certification
- Inheritance
-
Certification
- Inherited Members
Properties
IsVariation
The API generates several possible variations for some certifications to be used in AI Matching. This greatly improves Matching, since different candidates have different ways of listing a certification. If this certification is a generated variation of a certification found on the resume, this property will be true, otherwise false.
public bool IsVariation { get; set; }
Property Value
MatchedFromList
true if this was found by matching to a known list of certifications. false if this was found by analyzing the context and determining it was a certification.
public bool MatchedFromList { get; set; }
Property Value
Name
The name of the certification
public string Name { get; set; }