Details
public struct Details : Decodable
The size and dimensions of the underlying media file if it is an image.
-
The size of the file in bytes.
Declaration
Swift
public let size: Int
-
Additional information describing the image the asset references.
Declaration
Swift
public let imageInfo: ImageInfo?
-
A lightweight struct to hold the dimensions information for the this file, if it is an image type.
See moreDeclaration
Swift
public struct ImageInfo : Decodable
-
Declaration
Swift
public init(from decoder: Decoder) throws