@Manish Rathore Thanks for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.
To achieve, your requirement you can use highlighters technique in cognitive search which is used to text formatting (such as bold or yellow highlights) applied to matching terms in a result, making it easy to spot the match.
Notice that highlighting can be applied to individual terms. There's no highlight capability for the contents of an entire field. If you want to highlight over a phrase, you'll have to provide the matching terms (or phrase) in a quote-enclosed query string.
Highlighting supports Keyword search and Phrase search. You can refer to these documentations on how to specify highlighting in your request explaining with sample response and also about the query parameters in cognitive search.
Feel free to reach back to me if you have any further questions on this.