Class LanguageStage
java.lang.Object
bg.codexio.ai.openai.api.sdk.voice.transcription.TranscriptionConfigurationStage
bg.codexio.ai.openai.api.sdk.voice.transcription.LanguageStage
Tells the OpenAI API in which language
the voice in the audio file is.
-
Field Summary
Fields inherited from class bg.codexio.ai.openai.api.sdk.voice.transcription.TranscriptionConfigurationStage
executor, requestBuilder -
Method Summary
Modifier and TypeMethodDescriptionDenotes a language in which the audio file isDenotes a language of the audio file to be German (de)Denotes a language of the audio file to be English (en)
-
Method Details
-
talkingIn
Denotes a language in which the audio file is- Parameters:
language- in short format such as en, de, ft, es, bg, lt, ro, ...- Returns:
FormatStageto configure the format of the output file
-
talkingInEnglish
Denotes a language of the audio file to be English (en)- Returns:
FormatStageto configure the format of the output file
-
talkingInDeutsch
Denotes a language of the audio file to be German (de)- Returns:
FormatStageto configure the format of the output file
-