FileDimensions public struct FileDimensions : Codable The dimensions of a File width The width of the file Declaration Swift public let width: Float? height The height of the file Declaration Swift public let height: Float?