AWS SDK for .NET Documentation
Synonyms Property
AmazonAmazon.CloudSearch.ModelAnalysisOptionsSynonyms Did this page help you?   Yes   No    Tell us about it...
A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias.
Declaration Syntax
C#
public string Synonyms { get; set; }

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