Compartir a través de


ImageRegionCreateEntry Clase

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.customvision.training.models.ImageRegionCreateEntry

public class ImageRegionCreateEntry

Entrada que asocia una región a una imagen.

Resumen del método

Modificador y tipo Método y descripción
double height()

Obtenga el valor de alto.

UUID imageId()

Obtenga el valor imageId.

double left()

Obtenga el valor izquierdo.

UUID tagId()

Obtenga el valor tagId.

double top()

Obtenga el valor superior.

double width()

Obtenga el valor de ancho.

ImageRegionCreateEntry withHeight(double height)

Establezca el valor de alto.

ImageRegionCreateEntry withImageId(UUID imageId)

Establezca el valor imageId.

ImageRegionCreateEntry withLeft(double left)

Establezca el valor izquierdo.

ImageRegionCreateEntry withTagId(UUID tagId)

Establezca el valor tagId.

ImageRegionCreateEntry withTop(double top)

Establezca el valor superior.

ImageRegionCreateEntry withWidth(double width)

Establezca el valor de ancho.

Detalles del método

height

public double height()

Obtenga el valor de alto.

Returns:

el valor de alto

imageId

public UUID imageId()

Obtenga el valor imageId.

Returns:

el valor imageId

left

public double left()

Obtenga el valor izquierdo.

Returns:

el valor izquierdo

tagId

public UUID tagId()

Obtenga el valor tagId.

Returns:

el valor tagId

top

public double top()

Obtenga el valor superior.

Returns:

el valor superior

width

public double width()

Obtenga el valor de ancho.

Returns:

el valor de ancho

withHeight

public ImageRegionCreateEntry withHeight(double height)

Establezca el valor de alto.

Parameters:

height - el valor de alto que se va a establecer

Returns:

el propio objeto ImageRegionCreateEntry.

withImageId

public ImageRegionCreateEntry withImageId(UUID imageId)

Establezca el valor imageId.

Parameters:

imageId - el valor imageId que se va a establecer

Returns:

el propio objeto ImageRegionCreateEntry.

withLeft

public ImageRegionCreateEntry withLeft(double left)

Establezca el valor izquierdo.

Parameters:

left - el valor izquierdo que se va a establecer

Returns:

el propio objeto ImageRegionCreateEntry.

withTagId

public ImageRegionCreateEntry withTagId(UUID tagId)

Establezca el valor tagId.

Parameters:

tagId - valor tagId que se va a establecer

Returns:

el propio objeto ImageRegionCreateEntry.

withTop

public ImageRegionCreateEntry withTop(double top)

Establezca el valor superior.

Parameters:

top - el valor superior que se va a establecer

Returns:

el propio objeto ImageRegionCreateEntry.

withWidth

public ImageRegionCreateEntry withWidth(double width)

Establezca el valor de ancho.

Parameters:

width - el valor de ancho que se va a establecer

Returns:

el propio objeto ImageRegionCreateEntry.

Se aplica a