GdPicture.NET.14
GdPicture14 Namespace / GdPictureTextExtraction Class / GetKeyValuePairCount Method





In This Topic
GetKeyValuePairCount Method (GdPictureTextExtraction)
In This Topic
Returns the number of extracted key-value pairs within the extraction process. Key-value pairs extraction is automatically performed during each extraction process.
Syntax
'Declaration
 
Public Function GetKeyValuePairCount() As Integer
public int GetKeyValuePairCount()
public function GetKeyValuePairCount(): Integer; 
public function GetKeyValuePairCount() : int;
public: int GetKeyValuePairCount(); 
public:
int GetKeyValuePairCount(); 

Return Value

The number of detected key-value pairs.
Remarks

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

See Also