All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.sashirestela.openai.domain.image.ImageResponseFormat Maven / Gradle / Ivy

The newest version!
package io.github.sashirestela.openai.domain.image;

import com.fasterxml.jackson.annotation.JsonProperty;

public enum ImageResponseFormat {

    @JsonProperty("url")
    URL,

    @JsonProperty("b64_json")
    B64JSON;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy