ImageRegion Clase
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. ImageRegion
- com.
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. |
Image |
withHeight(double height)
Establezca el valor de alto. |
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
created
public DateTime created()
Obtenga el valor creado.
Returns:
height
public double height()
Obtiene el valor de alto.
Returns:
left
public double left()
Obtenga el valor izquierdo.
Returns:
regionId
public UUID regionId()
Obtenga el valor regionId.
Returns:
tagId
public UUID tagId()
Obtenga el valor tagId.
Returns:
tagName
public String tagName()
Obtenga el valor tagName.
Returns:
top
public double top()
Obtenga el valor superior.
Returns:
width
public double width()
Obtiene el valor de ancho.
Returns:
withHeight
public ImageRegion withHeight(double height)
Establezca el valor de alto.
Parameters:
Returns:
withLeft
public ImageRegion withLeft(double left)
Establezca el valor izquierdo.
Parameters:
Returns:
withTagId
public ImageRegion withTagId(UUID tagId)
Establezca el valor tagId.
Parameters:
Returns:
withTop
public ImageRegion withTop(double top)
Establezca el valor superior.
Parameters:
Returns:
withWidth
public ImageRegion withWidth(double width)
Establezca el valor de ancho.
Parameters:
Returns:
Se aplica a
Azure SDK for Java