AWS SDK for .NET Documentation
Stopwords Property
AmazonAmazon.CloudSearch_2011_02_01.ModelUpdateStopwordOptionsRequestStopwords Did this page help you?   Yes   No    Tell us about it...
Lists stopwords serialized as a JSON document. The document has a single object with one property "stopwords" whose value is an array of strings. The maximum size of a stopwords document is 10 KB. Example: { "stopwords": ["a", "an", "the", "of"] }
Declaration Syntax
C#
public string Stopwords { get; set; }

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