Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Definition
Namespace: Microsoft.CommandPalette.Extensions.Toolkit
The SearchPrecisionScore enum is used to specify the precision score of a search. The precision score is a measure of how closely the search results match the user's query. A higher precision score indicates that the search results are more relevant to the user's query.
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 |
No precision score. |
| Low | 20 |
Considered a low precision score. |
| Regular | 50 |
Considered a regular precision score. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Windows developer