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 As Integer _
) As Boolean
public bool GetKeyValuePairIsStrong(
int
)
public function GetKeyValuePairIsStrong(
: Integer
): Boolean;
public function GetKeyValuePairIsStrong(
: int
) : boolean;
public: bool GetKeyValuePairIsStrong(
int
)
public:
bool GetKeyValuePairIsStrong(
int
)
Parameters
- PairIdx
- The 0-based index of the key-value pair. It must be a value between 0 and GetKeyValuePairCount().
See Also