GdPicture.NET.14.API
GdPicture14 Namespace / GdPictureTextExtraction Class / GetKeyValuePairConfidence Method
The 0-based index of the key-value pair. It must be a value between 0 and GdPictureTextExtraction.GetKeyValuePairCount().





In This Topic
GetKeyValuePairConfidence Method (GdPictureTextExtraction)
In This Topic
Returns the detection confidence a specified key-value pair.
Syntax
'Declaration
 
Public Function GetKeyValuePairConfidence( _
   ByVal PairIdx As Integer _
) As Single
public float GetKeyValuePairConfidence( 
   int PairIdx
)
public function GetKeyValuePairConfidence( 
    PairIdx: Integer
): Single; 
public function GetKeyValuePairConfidence( 
   PairIdx : int
) : float;
public: float GetKeyValuePairConfidence( 
   int PairIdx
) 
public:
float GetKeyValuePairConfidence( 
   int PairIdx
) 

Parameters

PairIdx
The 0-based index of the key-value pair. It must be a value between 0 and GdPictureTextExtraction.GetKeyValuePairCount().

Return Value

The detection confidence, in the range [0 - 100].
Remarks

This method requires the KVP and Table Processing - Intelligent Redaction component to run.

See Also