Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
AvgLogprob | *float64 | :heavy_minus_sign: | Average log probability of the segment | |
CompressionRatio | *float64 | :heavy_minus_sign: | Compression ratio of the segment | |
End | float64 | :heavy_check_mark: | Segment end time in seconds | 3.2 |
ID | int64 | :heavy_check_mark: | Segment index within the transcript | 0 |
NoSpeechProb | *float64 | :heavy_minus_sign: | Probability the segment contains no speech | |
Seek | *int64 | :heavy_minus_sign: | Seek offset of the segment | 0 |
Speaker | *int64 | :heavy_minus_sign: | Speaker index for the segment, present when the provider returns diarization data | 0 |
Start | float64 | :heavy_check_mark: | Segment start time in seconds | 0 |
Temperature | *float64 | :heavy_minus_sign: | Temperature used for the segment | |
Text | string | :heavy_check_mark: | Transcribed text of the segment | Hello there. |
Tokens | []int64 | :heavy_minus_sign: | Token IDs of the segment |