Table of Contents

Class GeminiLogprobsCandidate

Candidate for the logprobs token and score.

public class GeminiLogprobsCandidate
Inheritance
GeminiLogprobsCandidate
Extension Methods

Fields

LogProbability

The candidate's log probability.

public float LogProbability

Field Value

float

Token

The candidate’s token string value.

public string Token

Field Value

string

TokenId

The candidate’s token id value.

public int TokenId

Field Value

int