me.zhangjh.gemini.pojo.Candidate Maven / Gradle / Ivy
The newest version!
package me.zhangjh.gemini.pojo;
import lombok.Data;
import java.util.List;
/**
* @author [email protected]
* @date 20:13 2023/12/22
* @Description
*/
@Data
public class Candidate {
private Content content;
private String finishReason;
private Integer index;
private List safetyRatings;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy