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