←Select platform

RecognitionTime Property

Summary

Gets or sets the recognition time in milliseconds.

Syntax
C#
VB
Objective-C
C++
Java
public long RecognitionTime { get; set; } 
Public Property RecognitionTime As Long 
@property (nonatomic, assign) UInt64 recognitionTime 
public long getRecognitionTime() 
public void setRecognitionTime(long value) 
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 Module - LEAD Engine.

Example

For an example, refer to OcrStatistic.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly