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