| Package | Description |
|---|---|
| com.unfbx.chatgpt |
| Modifier and Type | Method and Description |
|---|---|
WhisperResponse |
OpenAiClient.speechToTextTranscriptions(File file)
简易版 语音转文字
|
WhisperResponse |
OpenAiClient.speechToTextTranscriptions(File file)
简易版 语音转文字
|
WhisperResponse |
OpenAiClient.speechToTextTranscriptions(File file,
Whisper.Model model)
语音转文字
|
WhisperResponse |
OpenAiClient.speechToTextTranscriptions(File file,
Whisper.Model model)
语音转文字
|
WhisperResponse |
OpenAiClient.speechToTextTranslations(File file)
简易版 语音翻译:目前仅支持翻译为英文
|
WhisperResponse |
OpenAiClient.speechToTextTranslations(File file)
简易版 语音翻译:目前仅支持翻译为英文
|
WhisperResponse |
OpenAiClient.speechToTextTranslations(File file,
Whisper.Model model)
语音翻译:目前仅支持翻译为英文
|
WhisperResponse |
OpenAiClient.speechToTextTranslations(File file,
Whisper.Model model)
语音翻译:目前仅支持翻译为英文
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<WhisperResponse> |
OpenAiApi.speechToTextTranscriptions(okhttp3.MultipartBody.Part file,
okhttp3.RequestBody model)
语音转文字
|
io.reactivex.Single<WhisperResponse> |
OpenAiApi.speechToTextTranscriptions(okhttp3.MultipartBody.Part file,
okhttp3.RequestBody model)
语音转文字
|
io.reactivex.Single<WhisperResponse> |
OpenAiApi.speechToTextTranslations(okhttp3.MultipartBody.Part file,
okhttp3.RequestBody model)
语音翻译:目前仅支持翻译为英文
|
io.reactivex.Single<WhisperResponse> |
OpenAiApi.speechToTextTranslations(okhttp3.MultipartBody.Part file,
okhttp3.RequestBody model)
语音翻译:目前仅支持翻译为英文
|
Copyright © 2023 grt1228. All rights reserved.