ImageInfo
public struct ImageInfo : Decodable
Undocumented
-
업로드 된 이미지의 URL
Declaration
Swift
public let url: URL
-
업로드 된 이미지의 Content-Type
Declaration
Swift
public let contentType: String
-
업로드 된 이미지의 용량 (단위: 바이트)
Declaration
Swift
public let length: Int64
-
업로드 된 이미지의 너비 (단위: 픽셀)
Declaration
Swift
public let width: Int
-
업로드 된 이미지의 높이 (단위: 픽셀)
Declaration
Swift
public let height: Int