public class ExtractSkillsResponseValue extends Object
ApiResponse.Value from a 'ExtractSkills' response| Modifier and Type | Field and Description |
|---|---|
List<ExtractedSkill> |
Skills
A list of extracted skills.
|
boolean |
Truncated
Whether the input text was truncated or not due to length.
|
| Constructor and Description |
|---|
ExtractSkillsResponseValue() |
public boolean Truncated
public List<ExtractedSkill> Skills
Copyright © 2023. All rights reserved.