Class CompanyNameWithProbability
- Namespace
- Textkernel.Tx.Models.Resume.Employment
- Assembly
- Textkernel.Tx.SDK.dll
A company name that has been normalized and assigned a probability
public class CompanyNameWithProbability : NormalizedString
- Inheritance
-
CompanyNameWithProbability
- Inherited Members
Properties
Probability
The degree of certainty that the company name is accurate. One of:
VeryUnlikely - recommend discarding
Unlikely - recommend discarding
Probable - recommend review
Confident - no action needed
public string Probability { get; set; }