你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
NDepthEntityExtractor 类
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. NDepthEntityExtractor
- com.
public class NDepthEntityExtractor
N 深度实体提取程序。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
List<Child |
children()
获取子级值。 |
String |
customPrebuiltDomainName()
获取 customPrebuiltDomainName 值。 |
String |
customPrebuiltModelName()
获取 customPrebuiltModelName 值。 |
UUID |
id()
获取 ID 值。 |
String |
name()
获取名称值。 |
String |
readableType()
获取 readableType 值。 |
List<Entity |
roles()
获取角色值。 |
Integer |
typeId()
获取 typeId 值。 |
NDepth |
withChildren(List<ChildEntity> children)
设置子级值。 |
NDepth |
withCustomPrebuiltDomainName(String customPrebuiltDomainName)
设置 customPrebuiltDomainName 值。 |
NDepth |
withCustomPrebuiltModelName(String customPrebuiltModelName)
设置 customPrebuiltModelName 值。 |
NDepth |
withId(UUID id)
设置 ID 值。 |
NDepth |
withName(String name)
设置名称值。 |
NDepth |
withReadableType(String readableType)
设置 readableType 值。 |
NDepth |
withRoles(List<EntityRole> roles)
设置角色值。 |
NDepth |
withTypeId(Integer typeId)
设置 typeId 值。 |
方法详细信息
children
public List
获取子级值。
Returns:
customPrebuiltDomainName
public String customPrebuiltDomainName()
获取 customPrebuiltDomainName 值。
Returns:
customPrebuiltModelName
public String customPrebuiltModelName()
获取 customPrebuiltModelName 值。
Returns:
id
public UUID id()
获取 ID 值。
Returns:
name
public String name()
获取名称值。
Returns:
readableType
public String readableType()
获取 readableType 值。
Returns:
roles
public List
获取角色值。
Returns:
typeId
public Integer typeId()
获取 typeId 值。
Returns:
withChildren
public NDepthEntityExtractor withChildren(List
设置子级值。
Parameters:
Returns:
withCustomPrebuiltDomainName
public NDepthEntityExtractor withCustomPrebuiltDomainName(String customPrebuiltDomainName)
设置 customPrebuiltDomainName 值。
Parameters:
Returns:
withCustomPrebuiltModelName
public NDepthEntityExtractor withCustomPrebuiltModelName(String customPrebuiltModelName)
设置 customPrebuiltModelName 值。
Parameters:
Returns:
withId
public NDepthEntityExtractor withId(UUID id)
设置 ID 值。
Parameters:
Returns:
withName
public NDepthEntityExtractor withName(String name)
设置名称值。
Parameters:
Returns:
withReadableType
public NDepthEntityExtractor withReadableType(String readableType)
设置 readableType 值。
Parameters:
Returns:
withRoles
public NDepthEntityExtractor withRoles(List
设置角色值。
Parameters:
Returns:
withTypeId
public NDepthEntityExtractor withTypeId(Integer typeId)
设置 typeId 值。
Parameters:
Returns: