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 Function CreateSynonyms(text As String) As Proofing.SynonymGroup()public Proofing.SynonymGroup[] CreateSynonyms(string text, System.Globalization.CultureInfo language);Public Function CreateSynonyms(text As String, language As System.Globalization.CultureInfo) As Proofing.SynonymGroup()public Proofing.SynonymGroup[] CreateSynonyms(string text, Proofing.SynonymList synonymList);Public Function CreateSynonyms(text As String, synonymList As Proofing.SynonymList) As Proofing.SynonymGroup()| 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 |