We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
public enum ResponseFormat implements Serializable { URL("url"), B64_JSON("urlb64_json"), ; private String name; }
接口文档是: The format in which the generated images are returned. Must be one of url or b64_json.