EntitiesSuggestionExample Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. EntitiesSuggestionExample
- com.
public class EntitiesSuggestionExample
Entidade prevista/sugerida.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
List<Entity |
entityPredictions()
Obtenha o valor entityPredictions. |
List<Intent |
intentPredictions()
Obtenha o valor intentPredictions. |
String |
text()
Obtenha o valor do texto. |
List<String> |
tokenizedText()
Obtenha o valor tokenizedText. |
Entities |
withEntityPredictions(List<EntityPrediction> entityPredictions)
Defina o valor entityPredictions. |
Entities |
withIntentPredictions(List<IntentPrediction> intentPredictions)
Defina o valor intentPredictions. |
Entities |
withText(String text)
Defina o valor do texto. |
Entities |
withTokenizedText(List<String> tokenizedText)
Defina o valor tokenizedText. |
Detalhes do método
entityPredictions
public List
Obtenha o valor entityPredictions.
Returns:
intentPredictions
public List
Obtenha o valor intentPredictions.
Returns:
text
public String text()
Obtenha o valor do texto.
Returns:
tokenizedText
public List
Obtenha o valor tokenizedText.
Returns:
withEntityPredictions
public EntitiesSuggestionExample withEntityPredictions(List
Defina o valor entityPredictions.
Parameters:
Returns:
withIntentPredictions
public EntitiesSuggestionExample withIntentPredictions(List
Defina o valor intentPredictions.
Parameters:
Returns:
withText
public EntitiesSuggestionExample withText(String text)
Defina o valor do texto.
Parameters:
Returns:
withTokenizedText
public EntitiesSuggestionExample withTokenizedText(List
Defina o valor tokenizedText.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java