package main type Segment struct { Start int Stop int Text string TextHash string SegmentID string Translated string CacheKey string }