You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tokens []uint`json:"tokens"`// Array of token IDs for the text content.
60
+
Temperaturefloat64`json:"temperature,omitempty"`// Temperature parameter used for generating the segment.
61
+
AvgLogProbabilityfloat64`json:"avg_logprob,omitempty"`// Average logprob of the segment. If the value is lower than -1, consider the logprobs failed.
62
+
CompressionRatiofloat64`json:"compression_ratio,omitempty"`// Compression ratio of the segment. If the value is greater than 2.4, consider the compression failed.
63
+
NoSpeechProbabilityfloat64`json:"no_speech_prob,omitempty"`// Probability of no speech in the segment. If the value is higher than 1.0 and the avg_logprob is below -1, consider this segment silent.
0 commit comments