Package bg.codexio.ai.openai.api.sdk.voice.transcription
package bg.codexio.ai.openai.api.sdk.voice.transcription
-
ClassesClassDescriptionA stage to choose a model supported by /v1/audio/transcriptions model endpoint compatibility .Registers callbacks and sends requestRegisters user input optionallyConfigures which audio file to transcribeConfigures the format of the output fileTells the OpenAI API in which language the voice in the audio file is.Sets audio file for transcription, before all other autoconfiguration.Registers text input optionallySimplifies configuration with already configured AI Model, temperature, language and output format;Configures the temperature or in other words, the creativity of the model.Entrypoint for Transcription API.
The interaction starts by configuring the HTTP connection
either by providing a preconfiguredTranscriptionHttpExecutorhttp client,
HttpExecutorContext,SdkAuthor leave it toTranscription.defaults().Base for all Transcription stagesConfigures how the HTTP client to act.