Compartir a través de


BatchLabelExample Clase

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

public class BatchLabelExample

Respuesta al agregar un lote de expresiones de ejemplo etiquetadas.

Resumen del método

Modificador y tipo Método y descripción
OperationStatus error()

Obtiene el valor de error.

Boolean hasError()

Obtenga el valor hasError.

LabelExampleResponse value()

Obtiene el valor.

BatchLabelExample withError(OperationStatus error)

Establezca el valor de error.

BatchLabelExample withHasError(Boolean hasError)

Establezca el valor hasError.

BatchLabelExample withValue(LabelExampleResponse value)

Establezca el valor.

Detalles del método

error

public OperationStatus error()

Obtiene el valor de error.

Returns:

el valor de error

hasError

public Boolean hasError()

Obtenga el valor hasError.

Returns:

el valor hasError

value

public LabelExampleResponse value()

Obtiene el valor.

Returns:

el valor

withError

public BatchLabelExample withError(OperationStatus error)

Establezca el valor de error.

Parameters:

error - valor de error que se va a establecer

Returns:

El propio objeto BatchLabelExample.

withHasError

public BatchLabelExample withHasError(Boolean hasError)

Establezca el valor hasError.

Parameters:

hasError - el valor hasError que se va a establecer

Returns:

El propio objeto BatchLabelExample.

withValue

public BatchLabelExample withValue(LabelExampleResponse value)

Establezca el valor.

Parameters:

value - valor que se va a establecer

Returns:

El propio objeto BatchLabelExample.

Se aplica a