
com.textkernel.tx.models.resume.employment.CompanyNameWithProbability Maven / Gradle / Ivy
// Copyright © 2023 Textkernel BV. All rights reserved.
// This file is provided for use by, or on behalf of, Textkernel licensees
// within the terms of their license of Textkernel products or Textkernel customers
// within the Terms of Service pertaining to the Textkernel SaaS products.
package com.textkernel.tx.models.resume.employment;
import com.textkernel.tx.models.resume.NormalizedString;
/**
* A company name that has been normalized and assigned a probability
*/
public class CompanyNameWithProbability extends NormalizedString {
/**
* 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;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy