Uses of Class
org.opencastproject.speechtotext.api.SpeechToTextEngineException
Packages that use SpeechToTextEngineException
Package
Description
-
Uses of SpeechToTextEngineException in org.opencastproject.speechtotext.api
Methods in org.opencastproject.speechtotext.api that throw SpeechToTextEngineExceptionModifier and TypeMethodDescriptionSpeechToTextEngine.generateSubtitlesFile(File mediaFile, File workingDirectory, String language, Boolean translate) Generates the subtitles file. -
Uses of SpeechToTextEngineException in org.opencastproject.speechtotext.impl.engine
Methods in org.opencastproject.speechtotext.impl.engine that throw SpeechToTextEngineExceptionModifier and TypeMethodDescriptionVoskEngine.generateSubtitlesFile(File mediaFile, File workingDirectory, String language, Boolean translate) Generates the subtitles file.WhisperCppEngine.generateSubtitlesFile(File mediaFile, File workingDirectory, String language, Boolean translate) Generates the subtitles file.WhisperEngine.generateSubtitlesFile(File mediaFile, File workingDirectory, String language, Boolean translate) Generates the subtitles file.