Skip to content

ImageData

MarcoDotIO edited this page Dec 5, 2022 · 1 revision

ImageData

The image type of the image response data.

public enum ImageData: Codable 

Inheritance

Codable

Initializers

init(from:)

public init(from decoder: Decoder) throws 

Enumeration Cases

url

The image is stored as a URL string.

case url(String)

b64Json

The image is stored as a Base64 binary.

case b64Json(String)

Properties

image

The image itself.

public var image: String 
Types
Global Functions
Clone this wiki locally