Spaces:
Paused
Paused
File size: 165 Bytes
9f069df | 1 2 3 4 5 6 7 8 9 10 11 12 | package main
type Segment struct {
Start int
Stop int
Text string
TextHash string
SegmentID string
Translated string
CacheKey string
}
|