public class SuggestedProfession extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
CodeId
The code ID of the profession in the Professions Taxonomy.
|
String |
Description
The description of the profession in the Professions Taxonomy.
|
List<SkillScore> |
MissingSkills
The list of skills relevant to this profession but missing from the given list of skills in the request.
|
float |
Score
A value from [0 - 1] indicating how relative the given skills are to this profession.
|
| Constructor and Description |
|---|
SuggestedProfession() |
public List<SkillScore> MissingSkills
SuggestProfessionsRequest.ReturnMissingSkills flag is set to true.public float Score
public int CodeId
public String Description
Copyright © 2024. All rights reserved.