Compartir a través de


ImageRegion Clase

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

public class ImageRegion

El modelo ImageRegion.

Resumen del método

Modificador y tipo Método y descripción
DateTime created()

Obtenga el valor creado.

double height()

Obtiene el valor de alto.

double left()

Obtenga el valor izquierdo.

UUID regionId()

Obtenga el valor regionId.

UUID tagId()

Obtenga el valor tagId.

String tagName()

Obtenga el valor tagName.

double top()

Obtenga el valor superior.

double width()

Obtiene el valor de ancho.

ImageRegion withHeight(double height)

Establezca el valor de alto.

ImageRegion withLeft(double left)

Establezca el valor izquierdo.

ImageRegion withTagId(UUID tagId)

Establezca el valor tagId.

ImageRegion withTop(double top)

Establezca el valor superior.

ImageRegion withWidth(double width)

Establezca el valor de ancho.

Detalles del método

created

public DateTime created()

Obtenga el valor creado.

Returns:

el valor creado

height

public double height()

Obtiene el valor de alto.

Returns:

el valor de alto

left

public double left()

Obtenga el valor izquierdo.

Returns:

el valor izquierdo

regionId

public UUID regionId()

Obtenga el valor regionId.

Returns:

el valor regionId

tagId

public UUID tagId()

Obtenga el valor tagId.

Returns:

el valor tagId

tagName

public String tagName()

Obtenga el valor tagName.

Returns:

el valor tagName

top

public double top()

Obtenga el valor superior.

Returns:

el valor superior

width

public double width()

Obtiene el valor de ancho.

Returns:

el valor de ancho

withHeight

public ImageRegion withHeight(double height)

Establezca el valor de alto.

Parameters:

height - el valor de alto que se va a establecer

Returns:

el propio objeto ImageRegion.

withLeft

public ImageRegion withLeft(double left)

Establezca el valor izquierdo.

Parameters:

left - el valor izquierdo que se va a establecer

Returns:

el propio objeto ImageRegion.

withTagId

public ImageRegion withTagId(UUID tagId)

Establezca el valor tagId.

Parameters:

tagId - valor tagId que se va a establecer

Returns:

el propio objeto ImageRegion.

withTop

public ImageRegion withTop(double top)

Establezca el valor superior.

Parameters:

top - el valor superior que se va a establecer

Returns:

el propio objeto ImageRegion.

withWidth

public ImageRegion withWidth(double width)

Establezca el valor de ancho.

Parameters:

width - el valor de ancho que se va a establecer

Returns:

el propio objeto ImageRegion.

Se aplica a