public class ParsingNormalizedProfession extends Object
| Modifier and Type | Field and Description |
|---|---|
ProfessionClassification<Integer> |
Class
The object of the class to which the profession concept belongs.
|
float |
Confidence
Overall confidence that the input job title was normalized to the correct profession concept
|
ProfessionClassification<Integer> |
Group
The object of the group to which the profession concept belongs.
|
VersionedNormalizedProfessionClassification<Integer> |
ISCO
The object of the ISCO profession concept
|
VersionedNormalizedProfessionClassification<String> |
ONET
The object of the ONET profession concept
|
ProfessionClassification<Integer> |
Profession
Object containing the details of the profession concept.
|
| Constructor and Description |
|---|
ParsingNormalizedProfession() |
public ProfessionClassification<Integer> Profession
public ProfessionClassification<Integer> Group
public ProfessionClassification<Integer> Class
public VersionedNormalizedProfessionClassification<Integer> ISCO
public VersionedNormalizedProfessionClassification<String> ONET
public float Confidence
Copyright © 2024. All rights reserved.