ImageDimension

Metadata for an image at a certain size, either original or resized.

Fields

height_pixels

int64

Height of the image.

width_pixels

int64

Width of the image.

url

string

A URL that returns the image with this height and width.