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

ClosedListEntityExtractor 类

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.ClosedListEntityExtractor

public class ClosedListEntityExtractor

列出实体提取程序。

方法摘要

修饰符和类型 方法和描述
UUID id()

获取 ID 值。

String name()

获取名称值。

String readableType()

获取 readableType 值。

List<EntityRole> roles()

获取角色值。

List<SubClosedListResponse> subLists()

获取 subLists 值。

Integer typeId()

获取 typeId 值。

ClosedListEntityExtractor withId(UUID id)

设置 ID 值。

ClosedListEntityExtractor withName(String name)

设置名称值。

ClosedListEntityExtractor withReadableType(String readableType)

设置 readableType 值。

ClosedListEntityExtractor withRoles(List<EntityRole> roles)

设置角色值。

ClosedListEntityExtractor withSubLists(List<SubClosedListResponse> subLists)

设置 subLists 值。

ClosedListEntityExtractor withTypeId(Integer typeId)

设置 typeId 值。

方法详细信息

id

public UUID id()

获取 ID 值。

Returns:

id 值

name

public String name()

获取名称值。

Returns:

名称值

readableType

public String readableType()

获取 readableType 值。

Returns:

readableType 值

roles

public List roles()

获取角色值。

Returns:

角色值

subLists

public List subLists()

获取 subLists 值。

Returns:

subLists 值

typeId

public Integer typeId()

获取 typeId 值。

Returns:

typeId 值

withId

public ClosedListEntityExtractor withId(UUID id)

设置 ID 值。

Parameters:

id - 要设置的 id 值

Returns:

ClosedListEntityExtractor 对象本身。

withName

public ClosedListEntityExtractor withName(String name)

设置名称值。

Parameters:

name - 要设置的名称值

Returns:

ClosedListEntityExtractor 对象本身。

withReadableType

public ClosedListEntityExtractor withReadableType(String readableType)

设置 readableType 值。

Parameters:

readableType - 要设置的 readableType 值

Returns:

ClosedListEntityExtractor 对象本身。

withRoles

public ClosedListEntityExtractor withRoles(List roles)

设置角色值。

Parameters:

roles - 要设置的角色值

Returns:

ClosedListEntityExtractor 对象本身。

withSubLists

public ClosedListEntityExtractor withSubLists(List subLists)

设置 subLists 值。

Parameters:

subLists - 要设置的 subLists 值

Returns:

ClosedListEntityExtractor 对象本身。

withTypeId

public ClosedListEntityExtractor withTypeId(Integer typeId)

设置 typeId 值。

Parameters:

typeId - 要设置的 typeId 值

Returns:

ClosedListEntityExtractor 对象本身。

适用于