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
 Declaration Syntax| C# | 
public string Options { get; set; }