AnalyzeResult Class

The result of testing an analyzer on text.

All required parameters must be populated in order to send to Azure.

Inheritance
AnalyzeResult

Constructor

AnalyzeResult(*, tokens: List[azure.search.documents.indexes._generated.models._models_py3.AnalyzedTokenInfo], **kwargs)

Parameters

tokens
list[AnalyzedTokenInfo]
Required

Required. The list of tokens returned by the analyzer specified in the request.