Table of Contents

Class GeminiLogprobsResult

Logprobs result.

public class GeminiLogprobsResult
Inheritance
GeminiLogprobsResult
Extension Methods

Fields

ChosenCandidates

Length = total number of decoding steps. The chosen candidates may or may not be in TopCandidates.

public GeminiLogprobsCandidate[] ChosenCandidates

Field Value

GeminiLogprobsCandidate[]

TopCandidates

Length = total number of decoding steps.

public GeminiTopLogprobsCandidates[] TopCandidates

Field Value

GeminiTopLogprobsCandidates[]