Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Segment ¶
type Timestamp ¶ added in v0.0.14
func (Timestamp) MarshalJSON ¶ added in v0.0.14
type Transcription ¶
type Transcription struct {
Task string `json:"task,omitempty"`
Language string `json:"language,omitempty" writer:",width:8"`
Duration Timestamp `json:"duration,omitempty" writer:",width:8,right"`
Text string `json:"text,omitempty" writer:",width:60,wrap"`
Segments []*Segment `json:"segments,omitempty" writer:",width:40,wrap"`
}
func (*Transcription) String ¶
func (t *Transcription) String() string
Click to show internal directories.
Click to hide internal directories.