ExampleLabelObject Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. ExampleLabelObject
- com.
public class ExampleLabelObject
Um enunciado de exemplo rotulado.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
List<Entity |
entityLabels()
Obtenha o valor entityLabels. |
String |
intentName()
Obtenha o valor intentName. |
String |
text()
Obtenha o valor do texto. |
Example |
withEntityLabels(List<EntityLabelObject> entityLabels)
Defina o valor entityLabels. |
Example |
withIntentName(String intentName)
Defina o valor intentName. |
Example |
withText(String text)
Defina o valor do texto. |
Detalhes do método
entityLabels
public List
Obtenha o valor entityLabels.
Returns:
intentName
public String intentName()
Obtenha o valor intentName.
Returns:
text
public String text()
Obtenha o valor do texto.
Returns:
withEntityLabels
public ExampleLabelObject withEntityLabels(List
Defina o valor entityLabels.
Parameters:
Returns:
withIntentName
public ExampleLabelObject withIntentName(String intentName)
Defina o valor intentName.
Parameters:
Returns:
withText
public ExampleLabelObject withText(String text)
Defina o valor do texto.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java