Hi all,
I have created a simple project for speech to text conversation, i am using using grpc-1.14.2 package cpp module.In my project we are using couple of api's listed below.
1 . detectIntentRequest and detectIntentResponce for NLU, using dialogflow
2. StreamingRecognizeRequest and StreamingRecognizeResponse for ASR, using cloud speech API.
Able to use the both NLU/ASR service's, here i have observed one issue, my project memory is increases around 10MB.
Is there any way to reduce the footprint of the package(like to clean some of data from package which is not needed for cpp module) ?. if yes, kindly let me know how to do it.
Thanks
varahalu