你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EntityWithResolution Class

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

public class EntityWithResolution extends EntityModel

The EntityWithResolution model.

Method Summary

Modifier and Type Method and Description
Object resolution()

Get the resolution value.

EntityWithResolution withResolution(Object resolution)

Set the resolution value.

Inherited Members

Method Details

resolution

public Object resolution()

Get the resolution value.

Returns:

the resolution value

withResolution

public EntityWithResolution withResolution(Object resolution)

Set the resolution value.

Parameters:

resolution - the resolution value to set

Returns:

the EntityWithResolution object itself.

Applies to