public interface AudioTranscriptionAPI
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<BaseResponse<CreateTranscriptionsResp>> |
create(okhttp3.MultipartBody.Part file,
BaseReq baseReq) |
@Multipart @POST(value="/v1/audio/transcriptions") retrofit2.Call<BaseResponse<CreateTranscriptionsResp>> create(@Part okhttp3.MultipartBody.Part file, @Tag BaseReq baseReq)
Copyright © 2025. All rights reserved.