Skip navigation links

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

Package com.google.cloud.speech.v1

A client to Cloud Speech-to-Text API

See: Description

Package com.google.cloud.speech.v1 Description

A client to Cloud Speech-to-Text API

The interfaces provided are listed below, along with usage samples.

======================= SpeechClient =======================

Service Description: Service that implements Google Cloud Speech API.

Sample for SpeechClient:


 try (SpeechClient speechClient = SpeechClient.create()) {
   RecognitionConfig config = RecognitionConfig.newBuilder().build();
   RecognitionAudio audio = RecognitionAudio.newBuilder().build();
   RecognizeResponse response = speechClient.recognize(config, audio);
 }
 
Skip navigation links

Copyright © 2022 Google LLC. All rights reserved.