←Select platform

RecognitionTime Property

Summary

Gets or sets the recognition time in milliseconds.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public long RecognitionTime { get; set; } 
Public Property RecognitionTime As Long 
public long RecognitionTime {get; set;} 
@property (nonatomic, assign) UInt64 recognitionTime 
public long getRecognitionTime() 
public void setRecognitionTime(long value) 
             
 <br/>get_RecognitionTime();<br/>set_RecognitionTime(value);<br/>Object.defineProperty('RecognitionTime');  
public: 
property int64 RecognitionTime { 
   int64 get(); 
   void set (    int64 ); 
} 

Property Value

The recognition time in milliseconds.

Remarks

Note: This property is not supported in the LEADTOOLS OCR Advantage Engine.

Example

For an example, refer to OcrStatistic.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly