SynonymTokenFilter.Synonyms Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A list of synonyms in following one of two formats: 1. incredible, unbelievable, fabulous => amazing - all terms on the left side of => symbol will be replaced with all terms on its right side; 2. incredible, unbelievable, fabulous, amazing - comma separated list of equivalent words. Set the expand option to change how this list is interpreted.
public System.Collections.Generic.IList<string> Synonyms { get; }
member this.Synonyms : System.Collections.Generic.IList<string>
Public ReadOnly Property Synonyms As IList(Of String)
Property Value
Applies to
Azure SDK for .NET