Uses of Class
org.opencastproject.speechtotext.api.SpeechToTextServiceException
Packages that use SpeechToTextServiceException
Package
Description
-
Uses of SpeechToTextServiceException in org.opencastproject.speechtotext.api
Methods in org.opencastproject.speechtotext.api that throw SpeechToTextServiceExceptionModifier and TypeMethodDescriptionSpeechToTextService.transcribe(URI mediaFile, String language, Boolean translate) Generates a subtitles file for a media package with an audio track. -
Uses of SpeechToTextServiceException in org.opencastproject.speechtotext.impl
Methods in org.opencastproject.speechtotext.impl that throw SpeechToTextServiceExceptionModifier and TypeMethodDescriptionSpeechToTextServiceImpl.transcribe(URI mediaFile, String language, Boolean translate) Generates a subtitles file for a media package with an audio track. -
Uses of SpeechToTextServiceException in org.opencastproject.speechtotext.remote
Methods in org.opencastproject.speechtotext.remote that throw SpeechToTextServiceExceptionModifier and TypeMethodDescriptionSpeechToTextServiceRemoteImpl.transcribe(URI mediaFile, String language, Boolean translate) Generates a subtitles file for a media package with an audio track.