I would like to convert speech to text using an AWS service and the AWS java-sdk, but I am unable to find any API in the AWS java-sdk. Is there any service which does this?
You can use Amazon Transcribe. It is an automatic speech recognition (ASR) service that makes it easy for developers to add speech to text capability to their applications. Using the Amazon Transcribe API, you can analyze audio files stored in Amazon S3 and have the service return a text file of the transcribed speech.
For more information refer to the documentation here .