RecognizedImage

RecognizedImage constructor

Initializes a new instance of the class, using a set of recognized lines.

public RecognizedImage(IEnumerable<TextLine> lines)
Parameter Type Description
lines IEnumerable`1 an IEnumerable (e.g. a list or an array) of recognized lines

See Also