EntityWithResolution クラス
- java.
lang. Object - EntityModel
- com.
microsoft. azure. cognitiveservices. language. luis. runtime. models. EntityWithResolution
- com.
public class EntityWithResolution extends EntityModel
EntityWithResolution モデル。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
Object |
resolution()
解決値を取得します。 |
Entity |
withResolution(Object resolution)
解像度の値を設定します。 |
継承メンバー
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)
メソッドの詳細
resolution
public Object resolution()
解決値を取得します。
Returns:
解像度の値
withResolution
public EntityWithResolution withResolution(Object resolution)
解像度の値を設定します。
Parameters:
resolution
- 設定する解像度の値
Returns:
EntityWithResolution オブジェクト自体。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java