Class TopCandidates
public class TopCandidates
- Inheritance
-
objectTopCandidates
Properties
Candidates
Required. Sorted by log probability in descending order.
public List<LogProb> Candidates { get; set; }
Property Value
- List<LogProb>
public class TopCandidates
Required. Sorted by log probability in descending order.
public List<LogProb> Candidates { get; set; }