Question 226:
You are a machine learning specialist working at a language translation software vendor. Your mobile app team would like to add live transcriptions to the company’s mobile language conversation application. Which AWS services should you use to provide the live transcriptions feature to your mobile app?
Answer options:
A.Stream your audio data to Amazon Transcribe Streaming and use the StartTranscriptionJob API call to start a bidirectional HTTP stream that streams your audio to Amazon Transcribe. Amazon Transcribe then streams the transcription results to your application and your app code produces the live transcription. B.Stream your audio data to Amazon Transcribe Streaming and use the StartStreamTranscription API call to start a bidirectional HTTP stream that streams your audio to Amazon Transcribe. Amazon Transcribe then streams the transcription results to your application and your app code produces the live transcription. C.Stream your audio data to Amazon Transcribe Streaming and use the StartStreamTranscription API call to start a bidirectional HTTP/2 stream that streams your audio to Amazon Transcribe. Amazon Transcribe then streams the transcription results to your application and your app code produces the live transcription. D.Stream your audio data to Amazon Connect Streaming and use the StartStreamTranscription API call to start a bidirectional HTTP/2 stream that streams your audio to Amazon Connect. Amazon Connect then streams the transcription results to your application and your app code produces the live transcription.