package
Version:
v0.0.0-...-c0cef93
Opens a new window with list of versions in this module.
Published: Apr 29, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type OCRConfig struct {
Type string `yaml:"type"`
ScanDelay int `yaml:"scan-delay"`
Lang []string `yaml:"lang"`
}
type TranslatorConfig struct {
Type string `yaml:"type"`
APIKey string `yaml:"api"`
TargetLang string `yaml:"target"`
SourceLang string `yaml:"source"`
Socks5 string `yaml:"socks5"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.