Click or drag to resize

INominatorIsCandidate 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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
bool IsCandidate(
	OcrWord word
)

Parameters

word
Type: Atalasoft.OcrOcrWord
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