Compartir a través de


ChildEntityModelCreateObject Clase

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

public class ChildEntityModelCreateObject

Objeto create de un extractor de entidades secundario.

Resumen del método

Modificador y tipo Método y descripción
List<ChildEntityModelCreateObject> children()

Obtenga el valor secundario.

String instanceOfProperty()

Obtenga el valor instanceOfProperty.

String name()

Obtenga el valor de nombre.

ChildEntityModelCreateObject withChildren(List<ChildEntityModelCreateObject> children)

Establezca el valor secundario.

ChildEntityModelCreateObject withInstanceOfProperty(String instanceOfProperty)

Establezca el valor instanceOfProperty.

ChildEntityModelCreateObject withName(String name)

Establezca el valor de nombre.

Detalles del método

children

public List children()

Obtenga el valor secundario.

Returns:

el valor secundario

instanceOfProperty

public String instanceOfProperty()

Obtenga el valor instanceOfProperty.

Returns:

el valor instanceOfProperty

name

public String name()

Obtenga el valor de nombre.

Returns:

el valor de nombre

withChildren

public ChildEntityModelCreateObject withChildren(List children)

Establezca el valor secundario.

Parameters:

children - el valor secundario que se va a establecer

Returns:

El propio objeto ChildEntityModelCreateObject.

withInstanceOfProperty

public ChildEntityModelCreateObject withInstanceOfProperty(String instanceOfProperty)

Establezca el valor instanceOfProperty.

Parameters:

instanceOfProperty - valor instanceOfProperty que se va a establecer

Returns:

El propio objeto ChildEntityModelCreateObject.

withName

public ChildEntityModelCreateObject withName(String name)

Establezca el valor de nombre.

Parameters:

name - valor de nombre que se va a establecer

Returns:

El propio objeto ChildEntityModelCreateObject.

Se aplica a