GdPicture.NET.14
GdPicture14 Namespace / GdPictureOCR Class / GetSerializedResult Method
A unique result identifier of the executed OCR process obtained by the RunOCR method.





In This Topic
GetSerializedResult Method (GdPictureOCR)
In This Topic
Returns the whole OCR result based on internal GdPicture structures serialized as json string.
Syntax
'Declaration
 
Public Function GetSerializedResult( _
   ByVal OCRResultID As String _
) As String
public string GetSerializedResult( 
   string OCRResultID
)
public function GetSerializedResult( 
    OCRResultID: String
): String; 
public function GetSerializedResult( 
   OCRResultID : String
) : String;
public: string* GetSerializedResult( 
   string* OCRResultID
) 
public:
String^ GetSerializedResult( 
   String^ OCRResultID
) 

Parameters

OCRResultID
A unique result identifier of the executed OCR process obtained by the RunOCR method.

Return Value

The whole OCR result based on internal GdPicture structures serialized as json string.
See Also