Gets or sets a value indicating the total amount of time spent performing OCR on field images.
Syntax
'Declaration
Public Property TotalOcrTime As TimeSpan
'Usage
Dim instance As FormTimingResult
Dim value As TimeSpan
instance.TotalOcrTime = value
value = instance.TotalOcrTime
public TimeSpan TotalOcrTime {get; set;}
public: __property TimeSpan get_TotalOcrTime();
public: __property void set_TotalOcrTime(
TimeSpan value
);
public:
property TimeSpan TotalOcrTime {
TimeSpan get();
void set ( TimeSpan value);
}
See Also