Class GoogleSpeechCaptionConverter
java.lang.Object
org.opencastproject.caption.converters.GoogleSpeechCaptionConverter
- All Implemented Interfaces:
org.opencastproject.caption.api.CaptionConverter
public class GoogleSpeechCaptionConverter
extends Object
implements org.opencastproject.caption.api.CaptionConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexportCaption(OutputStream outputStream, List<org.opencastproject.caption.api.Caption> captions, String language) org.opencastproject.mediapackage.MediaPackageElement.TypeString[]getLanguageList(InputStream inputStream) List<org.opencastproject.caption.api.Caption> importCaption(InputStream inputStream, String languageLineSize)
-
Constructor Details
-
GoogleSpeechCaptionConverter
public GoogleSpeechCaptionConverter()
-
-
Method Details
-
importCaption
public List<org.opencastproject.caption.api.Caption> importCaption(InputStream inputStream, String languageLineSize) throws org.opencastproject.caption.api.CaptionConverterException - Specified by:
importCaptionin interfaceorg.opencastproject.caption.api.CaptionConverter- Throws:
org.opencastproject.caption.api.CaptionConverterException
-
exportCaption
public void exportCaption(OutputStream outputStream, List<org.opencastproject.caption.api.Caption> captions, String language) throws IOException - Specified by:
exportCaptionin interfaceorg.opencastproject.caption.api.CaptionConverter- Throws:
IOException
-
getLanguageList
public String[] getLanguageList(InputStream inputStream) throws org.opencastproject.caption.api.CaptionConverterException - Specified by:
getLanguageListin interfaceorg.opencastproject.caption.api.CaptionConverter- Throws:
org.opencastproject.caption.api.CaptionConverterException
-
getExtension
- Specified by:
getExtensionin interfaceorg.opencastproject.caption.api.CaptionConverter
-
getElementType
public org.opencastproject.mediapackage.MediaPackageElement.Type getElementType()- Specified by:
getElementTypein interfaceorg.opencastproject.caption.api.CaptionConverter
-