AnalyzeTextOptions.AnalyzerName 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.
The name of the analyzer to use to break the given text. If this parameter is not specified, you must specify a tokenizer instead. The tokenizer and analyzer parameters are mutually exclusive.
public Azure.Search.Documents.Indexes.Models.LexicalAnalyzerName? AnalyzerName { get; set; }
public Azure.Search.Documents.Indexes.Models.LexicalAnalyzerName? AnalyzerName { get; }
member this.AnalyzerName : Nullable<Azure.Search.Documents.Indexes.Models.LexicalAnalyzerName> with get, set
member this.AnalyzerName : Nullable<Azure.Search.Documents.Indexes.Models.LexicalAnalyzerName>
Public Property AnalyzerName As Nullable(Of LexicalAnalyzerName)
Public ReadOnly Property AnalyzerName As Nullable(Of LexicalAnalyzerName)