Class TranslationServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.audio.TranslationService.WithRawResponse
public final class TranslationServiceImpl.WithRawResponseImpl implements TranslationService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<AudioTranslationCreateResponse>
create(AudioTranslationCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /audio/translations
, but is otherwise the same as TranslationService.create.-
-
Method Detail
-
create
HttpResponseFor<AudioTranslationCreateResponse> create(AudioTranslationCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /audio/translations
, but is otherwise the same as TranslationService.create.
-
-
-
-