new-Space / scripts /docs-i18n /segment.go
OpenClaw Deploy
Deploy OpenClaw to Hugging Face
9dc6089
Raw
History Blame Contribute Delete
165 Bytes
package main
type Segment struct {
Start int
Stop int
Text string
TextHash string
SegmentID string
Translated string
CacheKey string
}