GetCharParams Method of the WordRecognitionVariant Object

This method provides access to parameters of a single character in the word. A character is indexed with its position inside the word. This index must be in the range from 0 to the length of the word.

Syntax

C++

HRESULT GetCharParams(
   int          Position,
   ICharParams* Result
);
    

C#

void GetCharParams(
   int        Position,
   ICharParams Result
);
    

Visual Basic .NET

Sub GetCharParams( _
   Position As Integer, _
   Result As ICharParams _
)
    

Parameters

Position
[in] Specifies the index of the character inside the word.
Result
[in] Refers to a CharParams object. This object's properties are initialized with values corresponding to parameters of the character. A valid object should be passed as this parameter.

Return values

This function has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

WordRecognitionVariant

CharParams

Using Voting API

24.03.2023 8:51:52

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.