Question: The current code includes two classes that represent the APIs for Google and AWS services, but only a subset of the methods implemented are required
The current code includes two classes that represent the APIs for Google and AWS services, but only a subset of the methods implemented are required for application. Because we want to expose the application only, the methods that are really required are as follows:
Implement a Proxy named GoogleSpeechTextProxy for the Google API
Implement a Proxy named AWSTranscribeProxy for the AWS API.
Update the CCWorker class accordingly.
Do this using Java
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
