minLikelihood property
Only returns findings equal to or above this threshold.
The default is POSSIBLE. In general, the highest likelihood setting yields the fewest findings in results and the lowest chance of a false positive. For more information, see Match likelihood. Possible string values are:
- "LIKELIHOOD_UNSPECIFIED" : Default value; same as POSSIBLE.
- "VERY_UNLIKELY" : Highest chance of a false positive.
- "UNLIKELY" : High chance of a false positive.
- "POSSIBLE" : Some matching signals. The default value.
- "LIKELY" : Low chance of a false positive.
- "VERY_LIKELY" : Confidence level is high. Lowest chance of a false positive.
Implementation
core.String? minLikelihood;