import { type TranscriptionSegment } from "https://deno.land/x/openai@v4.69.0/resources/audio/transcriptions.ts";
Properties
Average logprob of the segment. If the value is lower than -1, consider the logprobs failed.
Compression ratio of the segment. If the value is greater than 2.4, consider the compression failed.
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.