The minimum score that is required for a match to be returned. The lowest possible score is 0. The upper limit varies depending on the entity.
As the minimum score is increased above 0
, towards (and even past) 1
, you are indicating that matches must meet a higher confidence level to be returned.
This threshold is applied before Eduction runs any post-processing tasks. To filter matches after all post-processing tasks have completed, use the parameter PostProcessThreshold.
You can override the value of this parameter for specific actions by setting the MinScore action parameter.
Type: | Double |
Default: | 0 (all matches are returned) |
Required: | No |
Configuration Section: | Eduction |
Example: | MinScore=0.4
|
See Also: |
|