ThumbnailResolution
@available(*, deprecated, message: "This structure will be removed with the next major release.")
public struct ThumbnailResolution : Decodable
Represents the resolution of a Verizon Media thumbnail.
-
The width of the thumbnail, in pixels.
Declaration
Swift
public var width: Int? -
The height of the thumbnail, in pixels.
Declaration
Swift
public var height: Int? -
The prefix of the thumbnail.
Declaration
Swift
public var prefix: String -
The requested width, in pixels.
Remark
This can differ from the actual width because images are not stretched.Declaration
Swift
public var bw: Int -
The requested height, in pixels.
Remark
This can differ from the actual height because images are not stretched.Declaration
Swift
public var bh: Int
ThumbnailResolution Structure Reference