Click or drag to resize

INominator.IsCandidate Method

Determine if a word is possible candidate for voting.

Namespace:  Atalasoft.Ocr.Voting
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
bool IsCandidate(
	OcrWord word
)

Parameters

word
Type: Atalasoft.Ocr.OcrWord
The word that might be nominated.

Return Value

Type: Boolean
Returns true if the word should be a candidate for voting, false otherwise.
See Also