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 HttpResponseFor<TranslationCreateResponse>
create(TranslationCreateParams params)
Returns a raw HTTP response for post /audio/translations
, but is otherwise the same as TranslationService.create.abstract HttpResponseFor<TranslationCreateResponse>
create(TranslationCreateParams params, RequestOptions requestOptions)
-
-
Method Detail
-
create
@MustBeClosed() HttpResponseFor<TranslationCreateResponse> create(TranslationCreateParams params)
Returns a raw HTTP response for
post /audio/translations
, but is otherwise the same as TranslationService.create.
-
create
@MustBeClosed() abstract HttpResponseFor<TranslationCreateResponse> create(TranslationCreateParams params, RequestOptions requestOptions)
-
-
-
-