RecognitionCharactersList

RecognitionResult.RecognitionCharactersList property

A set of characters found by the recognition algorithm and arranged in descending order of probability.

public List<char[]> RecognitionCharactersList { get; }

Remarks

The array of symbols Char with the maximum probability and alternatives.

See Also