Exempt few words within paragraph while translating through Google Translation clod API

I have a use case where I need to translate biographies of some Doctors. I am using cloud API for translation but I want to exempt few words like degree or school of degree and some other specific terms and some html tags. How can we restrict those not to be translated. Glossary works only for exact match. How can I exempt words within paragraph? 

0 1 236
1 REPLY 1

As mentioned here, you can use the following HTML tags:

<span translate="no"> </span>

<span class="notranslate"> </span>

This functionality requires the source text to be submitted in HTML.

More on this can be found in this Stack Overflow post and this group post