public class ExtractSkillsRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
Language
The language of the input text.
|
String |
OutputLanguage
The language to use for the output skill descriptions.
|
String |
Text
The text to extract skills from.
|
float |
Threshold
A value from [0 - 1] for the minimum confidence threshold for extracted skills.
|
| Constructor and Description |
|---|
ExtractSkillsRequest() |
public String Text
public String Language
public float Threshold
Copyright © 2023. All rights reserved.