Class ReactivePromptStage
- java.lang.Object
-
- bg.codexio.ai.openai.api.sdk.voice.speech.SpeechConfigurationStage
-
- bg.codexio.ai.openai.api.sdk.voice.speech.ReactivePromptStage
-
- All Implemented Interfaces:
RuntimeExecutor
public class ReactivePromptStage extends SpeechConfigurationStage implements RuntimeExecutor
Registers text input
-
-
Field Summary
-
Fields inherited from class bg.codexio.ai.openai.api.sdk.voice.speech.SpeechConfigurationStage
executor, requestBuilder
-
-
-
-
Method Detail
-
dictate
public ReactiveDownloadStage dictate(String text)
- Parameters:
text- input to be registered- Returns:
ReactiveDownloadStageto call the API
-
-