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.
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.