Const
Parses translation search results.
import { TranslateResult, search } from 'google-sr';const results = await search({ query: 'translate hello to spanish', parsers: [TranslateResult],}); Copy
import { TranslateResult, search } from 'google-sr';const results = await search({ query: 'translate hello to spanish', parsers: [TranslateResult],});
The CheerioAPI instance
Whether to exclude results with missing properties
Parses translation search results.