Class LogprobsResult
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class LogprobsResult
Properties
| Edit this page View SourceChosenCandidates
Required. Length = total number of decoding steps. The chosen candidates may or may not be in topCandidates.
Declaration
[JsonProperty("chosenCandidates")]
public List<LogProb> ChosenCandidates { get; set; }
Property Value
| Type | Description |
|---|---|
| List<LogProb> |
TopCandidates
Required. Length = total number of decoding steps.
Declaration
[JsonProperty("topCandidates")]
public List<TopCandidates> TopCandidates { get; set; }
Property Value
| Type | Description |
|---|---|
| List<TopCandidates> |