model

package
v0.0.0-...-436db5d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 30, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Line

type Line struct {
	Text          string `json:"text"`
	Color         string `json:"color"`
	Justification string `json:"justification"`
	Bold          bool   `json:"bold"`
	Italic        bool   `json:"italic"`
	Underline     bool   `json:"underline"`
	BoxingColor   string `json:"boxingColor"`
}

type Subtitle

type Subtitle struct {
	VerticalAlign   int    `json:"verticalAlign"`
	HorizontalAlign string `json:"horizontalAlign"`
	StartTime       int64  `json:"startTime"`
	EndTime         int64  `json:"endTime"`
	Lines           []Line `json:"lines"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL