@Generated(value="by gapic-generator")
See: Description
| Class | Description |
|---|---|
| SpeechTranslationServiceClient |
Service Description: Provides translation from/to media types.
|
| SpeechTranslationServiceSettings |
Settings class to configure an instance of
SpeechTranslationServiceClient. |
| SpeechTranslationServiceSettings.Builder |
Builder for SpeechTranslationServiceSettings.
|
The interfaces provided are listed below, along with usage samples.
============================== SpeechTranslationServiceClient ==============================
Service Description: Provides translation from/to media types.
Sample for SpeechTranslationServiceClient:
try (SpeechTranslationServiceClient speechTranslationServiceClient = SpeechTranslationServiceClient.create()) {
StreamingTranslateSpeechRequest request = StreamingTranslateSpeechRequest.newBuilder().build();
StreamingTranslateSpeechResponse response = speechTranslationServiceClient.streamingTranslateSpeechCallable(request);
}
Copyright © 2020 Google LLC. All rights reserved.