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

xyz.felh.openai.audio.AudioResponse Maven / Gradle / Ivy

There is a newer version: 4.0.2024102501
Show newest version
package xyz.felh.openai.audio;

import com.alibaba.fastjson2.annotation.JSONField;
import com.fasterxml.jackson.annotation.JsonProperty;
import xyz.felh.openai.IOpenAiApiResponse;
import lombok.Data;

@Data
public class AudioResponse implements IOpenAiApiResponse {

    @JSONField(name = "text")
    @JsonProperty("text")
    private String text;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy