Class LicenseDetails
- Namespace
- Textkernel.Tx.Models.Resume
- Assembly
- Textkernel.Tx.SDK.dll
A license found on a resume. These are professional licenses, not driving licenses. For driving licenses, see DrivingLicense
public class LicenseDetails
- Inheritance
-
LicenseDetails
- Inherited Members
Properties
MatchedFromList
true if this was found by matching to a known list of licenses. false if this was found by analyzing the context and determining it was a license.
public bool MatchedFromList { get; set; }
Property Value
Name
The name of the license
public string Name { get; set; }