Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Paragraph ¶
type Paragraph struct {
Start int `xml:"t,attr"` // Start time in milliseconds
Length int `xml:"d,attr"` // Duration in milliseconds
Text string `xml:",chardata"` // Direct text (for cases without <s> tags)
Sentences []Sentence `xml:"s"` // List of <s> tags (for cases with individual words/phrases)
}
Click to show internal directories.
Click to hide internal directories.