Class ImageMetadata
java.lang.Object
com.azure.ai.vision.imageanalysis.models.ImageMetadata
Metadata associated with the analyzed image.
-
Method Summary
-
Method Details
-
getHeight
public int getHeight()Get the height property: The height of the image in pixels.- Returns:
- the height value.
-
getWidth
public int getWidth()Get the width property: The width of the image in pixels.- Returns:
- the width value.
-