ChildEntityModelCreateObject Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. ChildEntityModelCreateObject
- com.
public class ChildEntityModelCreateObject
Um objeto create do extrator de entidade filho.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
List<Child |
children()
Obtenha o valor filho. |
String |
instanceOfProperty()
Obtenha o valor instanceOfProperty. |
String |
name()
Obtenha o valor do nome. |
Child |
withChildren(List<ChildEntityModelCreateObject> children)
Defina o valor filho. |
Child |
withInstanceOfProperty(String instanceOfProperty)
Defina o valor instanceOfProperty. |
Child |
withName(String name)
Defina o valor do nome. |
Detalhes do método
children
public List
Obtenha o valor filho.
Returns:
instanceOfProperty
public String instanceOfProperty()
Obtenha o valor instanceOfProperty.
Returns:
name
public String name()
Obtenha o valor do nome.
Returns:
withChildren
public ChildEntityModelCreateObject withChildren(List
Defina o valor filho.
Parameters:
Returns:
withInstanceOfProperty
public ChildEntityModelCreateObject withInstanceOfProperty(String instanceOfProperty)
Defina o valor instanceOfProperty.
Parameters:
Returns:
withName
public ChildEntityModelCreateObject withName(String name)
Defina o valor do nome.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java