Package com.intellijava.core.wrappers
Interface SpeechModelInterface
- All Known Implementing Classes:
GoogleAIWrapper
public interface SpeechModelInterface
SpeechModelInterface represent the standard methods for any speech model.
- Author:
- github.com/Barqawiz
-
Method Summary
Modifier and TypeMethodDescriptiongenerateSpeech
(Map<String, Object> params) Generate speech from text.
-
Method Details
-
generateSpeech
Generate speech from text.- Parameters:
params
- dictionary of speech model inputs.- Returns:
- BaseRemoteModel
- Throws:
IOException
- in case of error.
-