Table of Contents

Class NormalizedProfession

Namespace
Textkernel.Tx.Models.DataEnrichment
Assembly
Textkernel.Tx.SDK.dll

A normalized profession and the confidence that the normalization is correct/fitting

public class NormalizedProfession : Profession
Inheritance
NormalizedProfession
Inherited Members

Properties

Confidence

A value from [0 - 1] indicating how well the input job title matched to the normalized profession.

public float Confidence { get; set; }

Property Value

float