Interface TranslationService.WithRawResponse
-
- All Implemented Interfaces:
public interface TranslationService.WithRawResponse
A view of TranslationService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract HttpResponseFor<AudioTranslationCreateResponse>
create(AudioTranslationCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /audio/translations
, but is otherwise the same as TranslationService.create.abstract HttpResponseFor<AudioTranslationCreateResponse>
create(AudioTranslationCreateParams params)
Returns a raw HTTP response for post /audio/translations
, but is otherwise the same as TranslationService.create.-
-
Method Detail
-
create
abstract HttpResponseFor<AudioTranslationCreateResponse> create(AudioTranslationCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /audio/translations
, but is otherwise the same as TranslationService.create.
-
create
abstract HttpResponseFor<AudioTranslationCreateResponse> create(AudioTranslationCreateParams params)
Returns a raw HTTP response for
post /audio/translations
, but is otherwise the same as TranslationService.create.
-
-
-
-