Uses of Class
com.google.genai.types.Candidate
Packages that use Candidate
-
Uses of Candidate in com.google.genai.types
Methods in com.google.genai.types that return CandidateModifier and TypeMethodDescriptionabstract Candidate
Candidate.Builder.build()
static Candidate
Deserializes a JSON string to a Candidate object.Methods in com.google.genai.types that return types with arguments of type CandidateModifier and TypeMethodDescriptionGenerateContentResponse.candidates()
Response variations returned by the model.Methods in com.google.genai.types with parameters of type CandidateModifier and TypeMethodDescriptionGenerateContentResponse.Builder.candidates
(Candidate... candidates) Setter for candidates.Method parameters in com.google.genai.types with type arguments of type CandidateModifier and TypeMethodDescriptionabstract GenerateContentResponse.Builder
GenerateContentResponse.Builder.candidates
(List<Candidate> candidates) Setter for candidates.