NDepthEntityExtractor Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. NDepthEntityExtractor
- com.
public class NDepthEntityExtractor
Extrator de entidade de N profundidade.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
List<Child |
children()
Obtenha o valor filho. |
String |
customPrebuiltDomainName()
Obtenha o valor customPrebuiltDomainName. |
String |
customPrebuiltModelName()
Obtenha o valor customPrebuiltModelName. |
UUID |
id()
Obtenha o valor da ID. |
String |
name()
Obtenha o valor do nome. |
String |
readableType()
Obtenha o valor readableType. |
List<Entity |
roles()
Obtenha o valor das funções. |
Integer |
typeId()
Obtenha o valor typeId. |
NDepth |
withChildren(List<ChildEntity> children)
Defina o valor filho. |
NDepth |
withCustomPrebuiltDomainName(String customPrebuiltDomainName)
Defina o valor customPrebuiltDomainName. |
NDepth |
withCustomPrebuiltModelName(String customPrebuiltModelName)
Defina o valor customPrebuiltModelName. |
NDepth |
withId(UUID id)
Defina o valor da ID. |
NDepth |
withName(String name)
Defina o valor do nome. |
NDepth |
withReadableType(String readableType)
Defina o valor readableType. |
NDepth |
withRoles(List<EntityRole> roles)
Defina o valor das funções. |
NDepth |
withTypeId(Integer typeId)
Defina o valor typeId. |
Detalhes do método
children
public List
Obtenha o valor filho.
Returns:
customPrebuiltDomainName
public String customPrebuiltDomainName()
Obtenha o valor customPrebuiltDomainName.
Returns:
customPrebuiltModelName
public String customPrebuiltModelName()
Obtenha o valor customPrebuiltModelName.
Returns:
id
public UUID id()
Obtenha o valor da ID.
Returns:
name
public String name()
Obtenha o valor do nome.
Returns:
readableType
public String readableType()
Obtenha o valor readableType.
Returns:
roles
public List
Obtenha o valor das funções.
Returns:
typeId
public Integer typeId()
Obtenha o valor typeId.
Returns:
withChildren
public NDepthEntityExtractor withChildren(List
Defina o valor filho.
Parameters:
Returns:
withCustomPrebuiltDomainName
public NDepthEntityExtractor withCustomPrebuiltDomainName(String customPrebuiltDomainName)
Defina o valor customPrebuiltDomainName.
Parameters:
Returns:
withCustomPrebuiltModelName
public NDepthEntityExtractor withCustomPrebuiltModelName(String customPrebuiltModelName)
Defina o valor customPrebuiltModelName.
Parameters:
Returns:
withId
public NDepthEntityExtractor withId(UUID id)
Defina o valor da ID.
Parameters:
Returns:
withName
public NDepthEntityExtractor withName(String name)
Defina o valor do nome.
Parameters:
Returns:
withReadableType
public NDepthEntityExtractor withReadableType(String readableType)
Defina o valor readableType.
Parameters:
Returns:
withRoles
public NDepthEntityExtractor withRoles(List
Defina o valor das funções.
Parameters:
Returns:
withTypeId
public NDepthEntityExtractor withTypeId(Integer typeId)
Defina o valor typeId.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java