MinScore
The minimum score that a match must have for Eduction to return it. The lowest possible score is 0. The upper limit varies depending on the entity.
Set a higher minimum score to indicate that matches must meet a higher confidence level to return.
This parameter applies to all entities. You can also set EntityMinScoreN, which applies to the entities specified by the corresponding EntityN parameter. If you set both parameters, a match must exceed both thresholds.
NOTE: Eduction applies this threshold before it runs any post-processing tasks
NOTE: You can override the value of this parameter by using the associated Eduction SDK functions, or by providing a configuration file fragment when you create the session.
Type: | Long |
Default: | 0 (all matches are returned) |
Required: | No |
Configuration Section: |
Eduction |
Example: | MinScore=0.5
|
See Also: |