EntityWithResolution Class
- java.
lang. Object - EntityModel
- com.
microsoft. azure. cognitiveservices. language. luis. runtime. models. EntityWithResolution
- com.
public class EntityWithResolution extends EntityModel
The EntityWithResolution model.
Method Summary
Modifier and Type | Method and Description |
---|---|
Object |
resolution()
Get the resolution value. |
Entity |
withResolution(Object resolution)
Set the resolution value. |
Inherited Members
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)
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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java