Compartilhar via


EntityLabel Classe

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

public class EntityLabel

Define o tipo de entidade e a posição da entidade extraída dentro do exemplo.

Resumo do método

Modificador e tipo Método e descrição
List<EntityLabel> children()

Obtenha o valor filho.

int endTokenIndex()

Obtenha o valor endTokenIndex.

String entityName()

Obtenha o valor entityName.

String role()

Obter o valor da função.

UUID roleId()

Obtenha o valor roleId.

int startTokenIndex()

Obtenha o valor startTokenIndex.

EntityLabel withChildren(List<EntityLabel> children)

Defina o valor filho.

EntityLabel withEndTokenIndex(int endTokenIndex)

Defina o valor endTokenIndex.

EntityLabel withEntityName(String entityName)

Defina o valor entityName.

EntityLabel withRole(String role)

Defina o valor da função.

EntityLabel withRoleId(UUID roleId)

Defina o valor roleId.

EntityLabel withStartTokenIndex(int startTokenIndex)

Defina o valor startTokenIndex.

Detalhes do método

children

public List children()

Obtenha o valor filho.

Returns:

o valor filho

endTokenIndex

public int endTokenIndex()

Obtenha o valor endTokenIndex.

Returns:

o valor endTokenIndex

entityName

public String entityName()

Obtenha o valor entityName.

Returns:

o valor de entityName

role

public String role()

Obter o valor da função.

Returns:

o valor da função

roleId

public UUID roleId()

Obtenha o valor roleId.

Returns:

o valor roleId

startTokenIndex

public int startTokenIndex()

Obtenha o valor startTokenIndex.

Returns:

o valor startTokenIndex

withChildren

public EntityLabel withChildren(List children)

Defina o valor filho.

Parameters:

children - o valor filho a ser definido

Returns:

o próprio objeto EntityLabel.

withEndTokenIndex

public EntityLabel withEndTokenIndex(int endTokenIndex)

Defina o valor endTokenIndex.

Parameters:

endTokenIndex - o valor endTokenIndex a ser definido

Returns:

o próprio objeto EntityLabel.

withEntityName

public EntityLabel withEntityName(String entityName)

Defina o valor entityName.

Parameters:

entityName - o valor entityName a ser definido

Returns:

o próprio objeto EntityLabel.

withRole

public EntityLabel withRole(String role)

Defina o valor da função.

Parameters:

role - o valor da função a ser definido

Returns:

o próprio objeto EntityLabel.

withRoleId

public EntityLabel withRoleId(UUID roleId)

Defina o valor roleId.

Parameters:

roleId - o valor roleId a ser definido

Returns:

o próprio objeto EntityLabel.

withStartTokenIndex

public EntityLabel withStartTokenIndex(int startTokenIndex)

Defina o valor startTokenIndex.

Parameters:

startTokenIndex - o valor startTokenIndex a ser definido

Returns:

o próprio objeto EntityLabel.

Aplica-se a