Skip navigation links

@Generated(value="by gapic-generator")

Package com.google.cloud.mediatranslation.v1beta1

A client to Media Translation API.

See: Description

Package com.google.cloud.mediatranslation.v1beta1 Description

A client to Media Translation API.

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);
 }
 
 
Skip navigation links

Copyright © 2020 Google LLC. All rights reserved.