AnalyzeTextOptions Class

Definition

Specifies some text and analysis components used to break that text into tokens.

public class AnalyzeTextOptions
type AnalyzeTextOptions = class
Public Class AnalyzeTextOptions
Inheritance
AnalyzeTextOptions

Constructors

AnalyzeTextOptions(String)

Initializes a new instance of AnalyzeTextOptions.

AnalyzeTextOptions(String, LexicalAnalyzerName)

Initializes a new instance of AnalyzeRequest.

AnalyzeTextOptions(String, LexicalNormalizerName)

Initializes a new instance of AnalyzeRequest.

AnalyzeTextOptions(String, LexicalTokenizerName)

Initializes a new instance of AnalyzeRequest.

Properties

AnalyzerName

The name of the analyzer to use to break the given text.

CharFilters

An optional list of character filters to use when breaking the given text.

NormalizerName

The name of the normalizer to use to normalize the given text.

Text

The text to break into tokens.

TokenFilters

An optional list of token filters to use when breaking the given text.

TokenizerName

The name of the tokenizer to use to break the given text.

Applies to