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
)
Function IsCandidate (
word As OcrWord
) As Boolean
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