Class ImageMetadata

java.lang.Object
com.azure.ai.vision.imageanalysis.models.ImageMetadata

public final class ImageMetadata extends Object
Metadata associated with the analyzed image.
  • 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.