public class CompareSkillsToProfessionResponseValue extends Object
ApiResponse.Value from a 'CompareSkillsToProfession' response| Modifier and Type | Field and Description |
|---|---|
List<SkillScore> |
CommonSkills
A list of common skills between skill set and profession.
|
List<String> |
InputSkillsNotInProfession
The list of given skill IDs that are not associated to the given profession.
|
List<SkillScore> |
MissingSkillsFoundInProfession
A list of skills associated with the profession but missing from list of provided skills.
|
float |
SimilarityScore
A value from[0 - 1] indicating the similarity of the skill set and profession.
|
| Constructor and Description |
|---|
CompareSkillsToProfessionResponseValue() |
public float SimilarityScore
public List<SkillScore> CommonSkills
public List<String> InputSkillsNotInProfession
public List<SkillScore> MissingSkillsFoundInProfession
Copyright © 2024. All rights reserved.