Vertex AI Speech-to-Text API

Converts audio to text by applying powerful neural network models.

Service: speech.googleapis.com

The Service name speech.googleapis.com is needed to create RPC client stubs.

google.cloud.speech.v1.Speech

Methods
Recognize Performs synchronous speech recognition. Recognize receives results after all audio has been sent and processed. The request times out in 60 minutes.
StreamingRecognize Performs bidirectional streaming speech recognition. StreamingRecognize receives results while sending audio. The request times out in 60 minutes.