你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EntityModel 类
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. runtime. models. EntityModel
- com.
public class EntityModel
从言语中提取的实体。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
Map<String, Object> |
additionalProperties()
获取 additionalProperties 值。 |
int |
endIndex()
获取 endIndex 值。 |
String |
entity()
获取实体值。 |
int |
startIndex()
获取 startIndex 值。 |
String |
type()
获取类型值。 |
Entity |
withAdditionalProperties(Map<String, Object> additionalProperties)
设置 additionalProperties 值。 |
Entity |
withEndIndex(int endIndex)
设置 endIndex 值。 |
Entity |
withEntity(String entity)
设置实体值。 |
Entity |
withStartIndex(int startIndex)
设置 startIndex 值。 |
Entity |
withType(String type)
设置类型值。 |
方法详细信息
additionalProperties
public Map
获取 additionalProperties 值。
Returns:
endIndex
public int endIndex()
获取 endIndex 值。
Returns:
entity
public String entity()
获取实体值。
Returns:
startIndex
public int startIndex()
获取 startIndex 值。
Returns:
type
public String type()
获取类型值。
Returns:
withAdditionalProperties
public EntityModel withAdditionalProperties(Map
设置 additionalProperties 值。
Parameters:
Returns:
withEndIndex
public EntityModel withEndIndex(int endIndex)
设置 endIndex 值。
Parameters:
Returns:
withEntity
public EntityModel withEntity(String entity)
设置实体值。
Parameters:
Returns:
withStartIndex
public EntityModel withStartIndex(int startIndex)
设置 startIndex 值。
Parameters:
Returns:
withType
public EntityModel withType(String type)
设置类型值。
Parameters:
Returns: