ImageMetadata Clase
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. ImageMetadata
- com.
public class ImageMetadata
Metadatos de imagen.
Resumen del método
Modificador y tipo | Método y descripción |
---|---|
String |
format()
Obtiene el valor de formato. |
int |
height()
Obtiene el valor de alto. |
int |
width()
Obtiene el valor de ancho. |
Image |
withFormat(String format)
Establezca el valor de formato. |
Image |
withHeight(int height)
Establezca el valor de alto. |
Image |
withWidth(int width)
Establezca el valor de ancho. |
Detalles del método
format
public String format()
Obtiene el valor de formato.
Returns:
height
public int height()
Obtiene el valor de alto.
Returns:
width
public int width()
Obtiene el valor de ancho.
Returns:
withFormat
public ImageMetadata withFormat(String format)
Establezca el valor de formato.
Parameters:
Returns:
withHeight
public ImageMetadata withHeight(int height)
Establezca el valor de alto.
Parameters:
Returns:
withWidth
public ImageMetadata withWidth(int width)
Establezca el valor de ancho.
Parameters:
Returns:
Se aplica a
Azure SDK for Java