Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AnalyzeResult interface
- Package:
- @azure/search-documents
The result of testing an analyzer on text.
Properties
| tokens | The list of tokens returned by the analyzer specified in the request. |
Property Details
tokens
The list of tokens returned by the analyzer specified in the request.
tokens: AnalyzedTokenInfo[]
