Class TopCandidates
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class TopCandidates
Properties
| Edit this page View SourceCandidates
Required. Sorted by log probability in descending order.
Declaration
[JsonProperty("candidates")]
public List<LogProb> Candidates { get; set; }
Property Value
| Type | Description |
|---|---|
| List<LogProb> |