logprobs property

List<TranscriptionLogprob>? logprobs
final

The log probabilities of the individual tokens in the transcription. Only included when the request's include list contains logprobs.

Implementation

final List<TranscriptionLogprob>? logprobs;