Next Method of the EnumDictionaryWords Object

This method retrieves the next word from the iteration sequence together with the word's weight in the dictionary.

Syntax

Visual Basic .NET

Function Next(confidence As Integer) As String
    

C++

HRESULT Next(
  int*  confidence,
  BSTR* result
);
    

Parameters

confidence
[out] This parameter serves for passing out the confidence of the word. Confidence or weight of the word in the dictionary defines the priority level for a word; this value is used to choose among word variants during text recognition. The higher this value is, the more preferable is this variant for the recognized word. When the iteration is over, 0 will be assigned to this parameter.
result
[out, retval] A pointer to the BSTR variable that receives the return value of this method — word from the dictionary. When the iteration is over, 0 is returned.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.

See also

EnumDictionaryWords

15.08.2023 13:19:30

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.