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.

Enumeration RawTextLineStatus

RawTextLineStatus enumerates the final status of a raw text line.

  • JavaScript
enum EnumRawTextLineStatus
{
    /** Localized but recognition not performed. */
    RTLS_LOCALIZED = 0 ,
    /** Recognition failed. */
    RTLS_RECOGNITION_FAILED = 1,
    /** Successfully recognized. */
    RTLS_RECOGNITION_SUCCEEDED = 2
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: