Region Clase
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. Region
- com.
public class Region
Modelo de región.
Resumen del método
Modificador y tipo | Método y descripción |
---|---|
double |
height()
Obtenga el valor de alto. |
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. |
Region |
withHeight(double height)
Establezca el valor de alto. |
Region |
withLeft(double left)
Establezca el valor izquierdo. |
Region |
withTagId(UUID tagId)
Establezca el valor tagId. |
Region |
withTop(double top)
Establezca el valor superior. |
Region |
withWidth(double width)
Establezca el valor de ancho. |
Detalles del método
height
public double height()
Obtenga el valor de alto.
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 Region withHeight(double height)
Establezca el valor de alto.
Parameters:
Returns:
withLeft
public Region withLeft(double left)
Establezca el valor izquierdo.
Parameters:
Returns:
withTagId
public Region withTagId(UUID tagId)
Establezca el valor tagId.
Parameters:
Returns:
withTop
public Region withTop(double top)
Establezca el valor superior.
Parameters:
Returns:
withWidth
public Region withWidth(double width)
Establezca el valor de ancho.
Parameters:
Returns:
Se aplica a
Azure SDK for Java