EntityPrediction クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. EntityPrediction
- com.
public class EntityPrediction
推奨されるエンティティ。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
List<Entity |
children()
子の値を取得します。 |
int |
endTokenIndex()
endTokenIndex 値を取得します。 |
String |
entityName()
entityName 値を取得します。 |
String |
phrase()
フレーズ値を取得します。 |
int |
startTokenIndex()
startTokenIndex 値を取得します。 |
Entity |
withChildren(List<EntityPrediction> children)
子の値を設定します。 |
Entity |
withEndTokenIndex(int endTokenIndex)
endTokenIndex 値を設定します。 |
Entity |
withEntityName(String entityName)
entityName 値を設定します。 |
Entity |
withPhrase(String phrase)
フレーズ値を設定します。 |
Entity |
withStartTokenIndex(int startTokenIndex)
startTokenIndex 値を設定します。 |
メソッドの詳細
children
public List
子の値を取得します。
Returns:
endTokenIndex
public int endTokenIndex()
endTokenIndex 値を取得します。
Returns:
entityName
public String entityName()
entityName 値を取得します。
Returns:
phrase
public String phrase()
フレーズ値を取得します。
Returns:
startTokenIndex
public int startTokenIndex()
startTokenIndex 値を取得します。
Returns:
withChildren
public EntityPrediction withChildren(List
子の値を設定します。
Parameters:
Returns:
withEndTokenIndex
public EntityPrediction withEndTokenIndex(int endTokenIndex)
endTokenIndex 値を設定します。
Parameters:
Returns:
withEntityName
public EntityPrediction withEntityName(String entityName)
entityName 値を設定します。
Parameters:
Returns:
withPhrase
public EntityPrediction withPhrase(String phrase)
フレーズ値を設定します。
Parameters:
Returns:
withStartTokenIndex
public EntityPrediction withStartTokenIndex(int startTokenIndex)
startTokenIndex 値を設定します。
Parameters:
Returns:
適用対象
Azure SDK for Java