次の方法で共有


EntityWithScore クラス

  • java.lang.Object
    • EntityModel
      • com.microsoft.azure.cognitiveservices.language.luis.runtime.models.EntityWithScore

public class EntityWithScore extends EntityModel

EntityWithScore モデル。

メソッドの概要

修飾子と型 メソッドと説明
double score()

スコア値を取得します。

EntityWithScore withScore(double score)

スコア値を設定します。

継承メンバー

メソッドの詳細

score

public double score()

スコア値を取得します。

Returns:

スコア値

withScore

public EntityWithScore withScore(double score)

スコア値を設定します。

Parameters:

score - 設定するスコア値

Returns:

EntityWithScore オブジェクト自体。

適用対象