Images

public struct Images : Decodable

A struct cointaining the thumbnail, low and high resolution images of the media.

  • A Resolution object that contains the width, height and URL of the thumbnail.

    Declaration

    Swift

    public let thumbnail: Resolution
  • A Resolution object that contains the width, height and URL of the low resolution image.

    Declaration

    Swift

    public let lowResolution: Resolution
  • A Resolution object that contains the width, height and URL of the standard resolution image.

    Declaration

    Swift

    public let standardResolution: Resolution