Skip to content

ResponseFormat

MarcoDotIO edited this page Dec 5, 2022 · 1 revision

ResponseFormat

The type of image of the response data that will be returned

public enum ResponseFormat: String 

Inheritance

String

Enumeration Cases

url

The image is stored as a URL string.

case url = "url"

base64Json

The image is stored as a Base64 binary.

case base64Json = "b64_json"
Types
Global Functions
Clone this wiki locally