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





In This Topic
GdPicture14 Namespace / GdPictureTextExtraction Class / GetKeyValuePairIsStrong Method

GetKeyValuePairIsStrong Method (GdPictureTextExtraction)

In This Topic
Returns whether a specific key-value pair is strong. A pair is marked as strong when a semantic relationship have been established during the detection process.
Syntax
'Declaration

 

Public Function GetKeyValuePairIsStrong( _

   ByVal PairIdx As Integer _

) As Boolean
public bool GetKeyValuePairIsStrong( 

   int PairIdx

)
public function GetKeyValuePairIsStrong( 

    PairIdx: Integer

): Boolean; 
public function GetKeyValuePairIsStrong( 

   PairIdx : int

) : boolean;
public: bool GetKeyValuePairIsStrong( 

   int PairIdx

) 
public:

bool GetKeyValuePairIsStrong( 

   int PairIdx

) 

Parameters

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

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

See Also