Returns groups of synonyms that represent equivalent expressions for a specific text. The first implementation uses selected synonym lists of the Synonym
Introduced: 7.0.
public Proofing.SynonymGroup[] CreateSynonyms(string text);
public Proofing.SynonymGroup[] CreateSynonyms(string text, System.Globalization.CultureInfo language);
public Proofing.SynonymGroup[] CreateSynonyms(string text, Proofing.SynonymList synonymList);
Parameter | Description |
---|---|
text | Specifies the text that has to be determined for synonyms. |
language | The language that is used to create synonyms for the specified text. |
synonym |
The synonym |