ImageRegionCreateEntry Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. ImageRegionCreateEntry
- com.
public class ImageRegionCreateEntry
Entrada associando uma região a uma imagem.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
double |
height()
Obtenha o valor de altura. |
UUID |
imageId()
Obtenha o valor imageId. |
double |
left()
Obtenha o valor esquerdo. |
UUID |
tagId()
Obtenha o valor tagId. |
double |
top()
Obtenha o valor superior. |
double |
width()
Obtenha o valor de largura. |
Image |
withHeight(double height)
Defina o valor de altura. |
Image |
withImageId(UUID imageId)
Defina o valor imageId. |
Image |
withLeft(double left)
Defina o valor esquerdo. |
Image |
withTagId(UUID tagId)
Defina o valor tagId. |
Image |
withTop(double top)
Defina o valor superior. |
Image |
withWidth(double width)
Defina o valor de largura. |
Detalhes do método
height
public double height()
Obtenha o valor de altura.
Returns:
imageId
public UUID imageId()
Obtenha o valor imageId.
Returns:
left
public double left()
Obtenha o valor esquerdo.
Returns:
tagId
public UUID tagId()
Obtenha o valor tagId.
Returns:
top
public double top()
Obtenha o valor superior.
Returns:
width
public double width()
Obtenha o valor de largura.
Returns:
withHeight
public ImageRegionCreateEntry withHeight(double height)
Defina o valor de altura.
Parameters:
Returns:
withImageId
public ImageRegionCreateEntry withImageId(UUID imageId)
Defina o valor imageId.
Parameters:
Returns:
withLeft
public ImageRegionCreateEntry withLeft(double left)
Defina o valor esquerdo.
Parameters:
Returns:
withTagId
public ImageRegionCreateEntry withTagId(UUID tagId)
Defina o valor tagId.
Parameters:
Returns:
withTop
public ImageRegionCreateEntry withTop(double top)
Defina o valor superior.
Parameters:
Returns:
withWidth
public ImageRegionCreateEntry withWidth(double width)
Defina o valor de largura.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java