Interface TranslationService
-
- All Implemented Interfaces:
public interface TranslationService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description 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 TranslationService.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. TranslationCreateResponse
create(TranslationCreateParams params)
Translates audio into English. abstract TranslationCreateResponse
create(TranslationCreateParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
abstract TranslationService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
TranslationCreateResponse create(TranslationCreateParams params)
Translates audio into English.
-
create
abstract TranslationCreateResponse create(TranslationCreateParams params, RequestOptions requestOptions)
-
-
-
-