Speech to text by AWS service using Java API

后端 未结 2 1620
栀梦
栀梦 2020-12-19 08:17

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?

2条回答
  •  星月不相逢
    2020-12-19 08:28

    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 .

提交回复
热议问题