←Select platform

FieldResult Constructor

Summary

Initializes a new instance of this class with the specified values.

Syntax
C#
VB
C++
public FieldResult(string text, int confidence) 
Public Sub New(ByVal text As String, ByVal confidence As Integer) 
public:  
   FieldResult(String^ text, int confidence) 

Parameters

text

Text representation of the field obtained through OCR

confidence

Confidence value of the recognition certainty of text

Example

For an example, refer to IDCardReader.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Commands Assembly