EntityWithScore クラス
- java.
lang. Object - EntityModel
- com.
microsoft. azure. cognitiveservices. language. luis. runtime. models. EntityWithScore
- com.
public class EntityWithScore extends EntityModel
EntityWithScore モデル。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
double |
score()
スコア値を取得します。 |
Entity |
withScore(double score)
スコア値を設定します。 |
継承メンバー
EntityModel.additionalProperties()
EntityModel.endIndex()
EntityModel.entity()
EntityModel.startIndex()
EntityModel.type()
EntityModel.withAdditionalProperties(Map<String, Object> additionalProperties)
EntityModel.withEndIndex(int endIndex)
EntityModel.withEntity(String entity)
EntityModel.withStartIndex(int startIndex)
EntityModel.withType(String type)
メソッドの詳細
score
public double score()
スコア値を取得します。
Returns:
スコア値
withScore
public EntityWithScore withScore(double score)
スコア値を設定します。
Parameters:
score
- 設定するスコア値
Returns:
EntityWithScore オブジェクト自体。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java