Compartir a través de


EntitiesSuggestionExample Clase

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.EntitiesSuggestionExample

public class EntitiesSuggestionExample

Entidad predicha/sugerida.

Resumen del método

Modificador y tipo Método y descripción
List<EntityPrediction> entityPredictions()

Obtenga el valor entityPredictions.

List<IntentPrediction> intentPredictions()

Obtenga el valor intentPredictions.

String text()

Obtenga el valor de texto.

List<String> tokenizedText()

Obtenga el valor tokenizedText.

EntitiesSuggestionExample withEntityPredictions(List<EntityPrediction> entityPredictions)

Establezca el valor entityPredictions.

EntitiesSuggestionExample withIntentPredictions(List<IntentPrediction> intentPredictions)

Establezca el valor intentPredictions.

EntitiesSuggestionExample withText(String text)

Establezca el valor de texto.

EntitiesSuggestionExample withTokenizedText(List<String> tokenizedText)

Establezca el valor tokenizedText.

Detalles del método

entityPredictions

public List entityPredictions()

Obtenga el valor entityPredictions.

Returns:

el valor entityPredictions

intentPredictions

public List intentPredictions()

Obtenga el valor intentPredictions.

Returns:

el valor intentPredictions

text

public String text()

Obtenga el valor de texto.

Returns:

el valor de texto

tokenizedText

public List tokenizedText()

Obtenga el valor tokenizedText.

Returns:

el valor tokenizedText

withEntityPredictions

public EntitiesSuggestionExample withEntityPredictions(List entityPredictions)

Establezca el valor entityPredictions.

Parameters:

entityPredictions - valor entityPredictions que se va a establecer

Returns:

El propio objeto EntitiesSuggestionExample.

withIntentPredictions

public EntitiesSuggestionExample withIntentPredictions(List intentPredictions)

Establezca el valor intentPredictions.

Parameters:

intentPredictions - valor intentPredictions que se va a establecer

Returns:

El propio objeto EntitiesSuggestionExample.

withText

public EntitiesSuggestionExample withText(String text)

Establezca el valor de texto.

Parameters:

text - el valor de texto que se va a establecer

Returns:

El propio objeto EntitiesSuggestionExample.

withTokenizedText

public EntitiesSuggestionExample withTokenizedText(List tokenizedText)

Establezca el valor tokenizedText.

Parameters:

tokenizedText - valor tokenizedText que se va a establecer

Returns:

El propio objeto EntitiesSuggestionExample.

Se aplica a