gemini4kt
Toggle table of contents
0.8.0
common
Target filter
common
Switch theme
Search in API
Skip to content
gemini4kt
gemini4kt
/
io.github.ugaikit.gemini4kt
/
LogprobsResult
Logprobs
Result
@
Serializable
data
class
LogprobsResult
(
val
topCandidates
:
List
<
TopCandidates
>
,
val
chosenCandidates
:
List
<
Candidate
>
)
Represents the logprobs result.
Members
Constructors
Logprobs
Result
Link copied to clipboard
constructor
(
topCandidates
:
List
<
TopCandidates
>
,
chosenCandidates
:
List
<
Candidate
>
)
Properties
chosen
Candidates
Link copied to clipboard
val
chosenCandidates
:
List
<
Candidate
>
The chosen candidates.
top
Candidates
Link copied to clipboard
val
topCandidates
:
List
<
TopCandidates
>
The top candidates.