SetProblemValueCC

A setting for the minimum category match score, which is the minimum score for a category to be considered a match with a piece of text. Valid values are 0.0 – 1.0, inclusive. For example, you might set the minimum score to 0.9.

Tip: For the passed parameter value, use the appropriate decimal character for your system locale as defined for your application in the Datacap Application Manager. For example, if the decimal character is a comma, you would specify the minimum score as 0,9 instead of 0.9.

Member of namespace

CC

Syntax

bool SetProblemValueCC(double MinScore)

Returns

True if the parameter value is valid. Otherwise, this action returns False.

Level

All levels.

Details

Example
SetProblemValueCC(0.9)