PostProcessThreshold
DEPRECATED: The [PostProcessingTasks]
configuration section is deprecated for Eduction version 12.5 and later. Set PostProcessThreshold
in the [Eduction]
section.
The [PostProcessingTasks]
section is still available for existing implementations, but it might be incompatible with new functionality. The parameter might be deleted in future.
The minimum score that a match must have, after all post-processing tasks have completed, for Eduction to return that match.
The threshold applies to all entities. Specify a higher threshold to indicate that matches must meet a higher confidence level to return.
This parameter is similar to MinScore. Use PostProcessThreshold
when you want to filter the matches after all post-processing tasks have completed, rather than before post-processing begins.
NOTE: You can override the value of this parameter by using the associated Eduction SDK functions.
Type: | Number |
Default: | All matches are returned |
Required: | No |
Configuration Section: |
Eduction |
Example: | PostProcessThreshold=0.4 |
See Also: | MinScore |