Adds WhisperX, reworks UI (still needs some work), theoretically usable
This commit is contained in:
@@ -10,7 +10,7 @@ import javax.inject.Inject;
|
||||
/**
|
||||
* DeepL implementation of {@link Translator}
|
||||
*/
|
||||
public class DeepLTranslator implements Translator {
|
||||
public class DeepLTranslator implements Translator<Subtitle> {
|
||||
|
||||
@Inject
|
||||
DeepLTranslator() {
|
||||
@@ -32,7 +32,7 @@ public class DeepLTranslator implements Translator {
|
||||
}
|
||||
|
||||
@Override
|
||||
public SubtitleCollection translate(final SubtitleCollection collection, final Language to) {
|
||||
public SubtitleCollection<Subtitle> translate(final SubtitleCollection<?> collection, final Language to) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user