EntitiesSuggestionExample クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. EntitiesSuggestionExample
- com.
public class EntitiesSuggestionExample
予測されたエンティティまたは提案されたエンティティ。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
List<Entity |
entityPredictions()
entityPredictions 値を取得します。 |
List<Intent |
intentPredictions()
intentPredictions 値を取得します。 |
String |
text()
テキスト値を取得します。 |
List<String> |
tokenizedText()
tokenizedText 値を取得します。 |
Entities |
withEntityPredictions(List<EntityPrediction> entityPredictions)
entityPredictions 値を設定します。 |
Entities |
withIntentPredictions(List<IntentPrediction> intentPredictions)
intentPredictions 値を設定します。 |
Entities |
withText(String text)
テキスト値を設定します。 |
Entities |
withTokenizedText(List<String> tokenizedText)
tokenizedText 値を設定します。 |
メソッドの詳細
entityPredictions
public List
entityPredictions 値を取得します。
Returns:
intentPredictions
public List
intentPredictions 値を取得します。
Returns:
text
public String text()
テキスト値を取得します。
Returns:
tokenizedText
public List
tokenizedText 値を取得します。
Returns:
withEntityPredictions
public EntitiesSuggestionExample withEntityPredictions(List
entityPredictions 値を設定します。
Parameters:
Returns:
withIntentPredictions
public EntitiesSuggestionExample withIntentPredictions(List
intentPredictions 値を設定します。
Parameters:
Returns:
withText
public EntitiesSuggestionExample withText(String text)
テキスト値を設定します。
Parameters:
Returns:
withTokenizedText
public EntitiesSuggestionExample withTokenizedText(List
tokenizedText 値を設定します。
Parameters:
Returns:
適用対象
Azure SDK for Java