Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.07 KB

TranscriptionSegment.md

File metadata and controls

22 lines (14 loc) · 1.07 KB

TranscriptionSegment

Properties

Name Type Description Notes
id Integer Unique identifier of the segment.
seek Integer Seek offset of the segment.
start Float Start time of the segment in seconds.
end Float End time of the segment in seconds.
text String Text content of the segment.
tokens List<Integer> Array of token IDs for the text content.
temperature Float Temperature parameter used for generating the segment.
avgLogprob Float Average logprob of the segment. If the value is lower than -1, consider the logprobs failed.
compressionRatio Float Compression ratio of the segment. If the value is greater than 2.4, consider the compression failed.
noSpeechProb Float 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.