ImageRegionCreateEntry Clase
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. ImageRegionCreateEntry
- com.
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. |
Image |
withHeight(double height)
Establezca el valor de alto. |
Image |
withImageId(UUID imageId)
Establezca el valor imageId. |
Image |
withLeft(double left)
Establezca el valor izquierdo. |
Image |
withTagId(UUID tagId)
Establezca el valor tagId. |
Image |
withTop(double top)
Establezca el valor superior. |
Image |
withWidth(double width)
Establezca el valor de ancho. |
Detalles del método
height
public double height()
Obtenga el valor de alto.
Returns:
imageId
public UUID imageId()
Obtenga el valor imageId.
Returns:
left
public double left()
Obtenga el valor izquierdo.
Returns:
tagId
public UUID tagId()
Obtenga el valor tagId.
Returns:
top
public double top()
Obtenga el valor superior.
Returns:
width
public double width()
Obtenga el valor de ancho.
Returns:
withHeight
public ImageRegionCreateEntry withHeight(double height)
Establezca el valor de alto.
Parameters:
Returns:
withImageId
public ImageRegionCreateEntry withImageId(UUID imageId)
Establezca el valor imageId.
Parameters:
Returns:
withLeft
public ImageRegionCreateEntry withLeft(double left)
Establezca el valor izquierdo.
Parameters:
Returns:
withTagId
public ImageRegionCreateEntry withTagId(UUID tagId)
Establezca el valor tagId.
Parameters:
Returns:
withTop
public ImageRegionCreateEntry withTop(double top)
Establezca el valor superior.
Parameters:
Returns:
withWidth
public ImageRegionCreateEntry withWidth(double width)
Establezca el valor de ancho.
Parameters:
Returns:
Se aplica a
Azure SDK for Java