AWS SDK for .NET Documentation
Synonyms Property
AmazonAmazon.CloudSearch_2011_02_01.ModelUpdateSynonymOptionsRequestSynonyms Did this page help you?   Yes   No    Tell us about it...
Maps terms to their synonyms, serialized as a JSON document. The document has a single object with one property "synonyms" whose value is an object mapping terms to their synonyms. Each synonym is a simple string or an array of strings. The maximum size of a stopwords document is 100 KB. Example: { "synonyms": {"cat": ["feline", "kitten"], "puppy": "dog"} }
Declaration Syntax
C#
public string Synonyms { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)