Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExtRequiredError ¶
type ExtRequiredError struct{ E }
type Input ¶
type Input struct {
Name string
OutputType OutputType
Language string
Data io.ReadCloser
}
Input represents an input file to be processed.
type LanguageError ¶
type LanguageError struct{ E }
type NameRequiredError ¶
type NameRequiredError struct{ E }
type OutputType ¶
type OutputType string
OutputType represents the type of output to generate.
const ( OutputTypeSubtitles OutputType = "subtitles" OutputTypeTranscript OutputType = "transcript" )
type OutputTypeError ¶
type OutputTypeError struct{ E }
Click to show internal directories.
Click to hide internal directories.