Uses of Class
com.unfbx.chatgpt.entity.whisper.WhisperResponse
-
Packages that use WhisperResponse Package Description com.unfbx.chatgpt -
-
Uses of WhisperResponse in com.unfbx.chatgpt
Methods in com.unfbx.chatgpt that return WhisperResponse Modifier and Type Method Description WhisperResponseOpenAiClient. speechToTextTranscriptions(File file)简易版 语音转文字WhisperResponseOpenAiClient. speechToTextTranscriptions(File file, Transcriptions transcriptions)语音转文字WhisperResponseOpenAiClient. speechToTextTranslations(File file)简易版 语音翻译:目前仅支持翻译为英文WhisperResponseOpenAiClient. speechToTextTranslations(File file, Translations translations)语音翻译:目前仅支持翻译为英文Methods in com.unfbx.chatgpt that return types with arguments of type WhisperResponse Modifier and Type Method Description io.reactivex.Single<WhisperResponse>OpenAiApi. speechToTextTranscriptions(okhttp3.MultipartBody.Part file, Map<String,okhttp3.RequestBody> requestBodyMap)语音转文字io.reactivex.Single<WhisperResponse>OpenAiApi. speechToTextTranslations(okhttp3.MultipartBody.Part file, Map<String,okhttp3.RequestBody> requestBodyMap)语音翻译:目前仅支持翻译为英文
-