Do we have any API Support, to get cost estimation before translation of course content by taking input as character count, page count ?
I.e actually we need to get the exact cost of Google cloud translation and Google cloud storage which we are going to use before doing the course content translation, is there any chance to get the cost estimation or quotation through API support from google cloud, if there, please guide me
Thanks & Regards,
Ganesh
Solved! Go to Solution.
Yes, Google Cloud offers services that can help estimate costs for Translation and Cloud Storage before you actually perform the operations. You can use Google Cloud Pricing Calculator and related APIs to estimate the cost based on usage like character count (for Translation API) and storage requirements (for Cloud Storage).
Yes, Google Cloud offers services that can help estimate costs for Translation and Cloud Storage before you actually perform the operations. You can use Google Cloud Pricing Calculator and related APIs to estimate the cost based on usage like character count (for Translation API) and storage requirements (for Cloud Storage).
Hi sahilnaircool,
Thanks for the reply, can you please give me the reference links for translation cost estimation API and cloud storage cost estimation, and also please help me with the sample snippet of code to consume the Google Cloud Pricing Calculator API
Thanks & Regards,
Ganesh
The Google Cloud Pricing Calculator itself doesn't have a direct API for consumption, but you can use the Google Cloud Pricing data through a combination of APIs such as the Cloud Billing API and estimate costs based on predefined pricing rules.