Documentation
Table of contents

This documentation is deprecated. It applies only to legacy version 2.x of Capture Vision and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

RecognizedTextLinesUnit

The RecognizedTextLinesUnit interface represents an intermediate result unit containing recognized text lines.

interface RecognizedTextLinesUnit extends Core.IntermediateResultUnit {
    recognizedTextLines: Array<RecognizedTextLineElement>;
}

recognizedTextLines

All the RecognizedTextLineElement objects.

recognizedTextLines: Array<RecognizedTextLineElement>;

See Also

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: