@Generated(value="by gapic-generator-java")
See: Description
| Class | Description |
|---|---|
| SpeechClient |
Service Description: Service that implements Google Cloud Speech API.
|
| SpeechSettings |
Settings class to configure an instance of
SpeechClient. |
| SpeechSettings.Builder |
Builder for SpeechSettings.
|
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);
}
Copyright © 2022 Google LLC. All rights reserved.