'Declaration
Public Function GetKeyValuePairConfidence( _ ByVal OCRResultID As String, _ ByVal PairIdx As Integer _ ) As Single
public float GetKeyValuePairConfidence( string OCRResultID, int PairIdx )
public function GetKeyValuePairConfidence( OCRResultID: String; PairIdx: Integer ): Single;
public function GetKeyValuePairConfidence( OCRResultID : String, PairIdx : int ) : float;
public: float GetKeyValuePairConfidence( string* OCRResultID, int PairIdx )
public: float GetKeyValuePairConfidence( String^ OCRResultID, int PairIdx )
Parameters
- OCRResultID
- The unique result identifier of the executed OCR process obtained by the GdPictureOCR.RunOCR method.
- PairIdx
- The 0-based index of the key-value pair within the specified OCR result. It must be a value between 0 and GdPictureOCR.GetKeyValuePairCount(OCRResultID) - 1.
Return Value
The detection confidence, in the range [0 - 100].