Class SimplifiedStage
- java.lang.Object
-
- bg.codexio.ai.openai.api.sdk.voice.speech.SimplifiedStage
-
- All Implemented Interfaces:
TerminalStage
public class SimplifiedStage extends Object implements TerminalStage
Preconfigured stage with AI Model, speaker, format and speed
-
-
Constructor Summary
Constructors Constructor Description SimplifiedStage(bg.codexio.ai.openai.api.payload.credentials.ApiCredentials credentials)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SpeechRuntimeSelectionStageandRespond()PreconfiguresTTS1HDModelwith HD quality the default speaker with mp3 output format and x1 speed.
-
-
-
Method Detail
-
andRespond
public SpeechRuntimeSelectionStage andRespond()
PreconfiguresTTS1HDModelwith HD quality the default speaker with mp3 output format and x1 speed.- Specified by:
andRespondin interfaceTerminalStage- Returns:
SpeechRuntimeSelectionStageto select the runtime
-
-