Class Employer
- Namespace
- Textkernel.Tx.Models.Resume.Employment
- Assembly
- Textkernel.Tx.SDK.dll
A name/location for a company/employer
public class Employer
- Inheritance
-
Employer
- Inherited Members
Properties
Location
The location/address of the employer
public Location Location { get; set; }
Property Value
Name
The name of the employer (and an accuracy probability)
public CompanyNameWithProbability Name { get; set; }
Property Value
OtherFoundName
Sometimes a second possible company name is found, or a department/organization within a company. This is that value, if it is found.
public NormalizedString OtherFoundName { get; set; }