You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Automatic Document Recognition > ADRGetLastConfidenceFromTemplate Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.ADRGetLastConfidenceFromTemplate Method

Returns the Confidence from a specific template obtained during the last operation of documents recognition.

C#
public Double ADRGetLastConfidenceFromTemplate(
    int TemplateID
);
Visual Basic
Public Function ADRGetLastConfidenceFromTemplate(
    ByVal TemplateID As Integer
) As Double
Parameters
Parameters 
Description 
TemplateID 
The template ID.  
Returns

Confidence from specified template. Value between 0 and 100 (identical document).

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.