Visual Basic (Declaration) | |
---|---|
Public Function SaveResultsToMemory() As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string SaveResultsToMemory() |
C++/CLI | |
---|---|
public: String^ SaveResultsToMemory(); |
Return Value
String containing the results of the last recognition process to memory.
Visual Basic | Copy Code |
---|---|
Public Sub SaveResultsToMemoryExample() |
C# | Copy Code |
---|---|
public void SaveResultsToMemoryExample() |
Saves the results of the last recognition process to memory.
Call this method after the recognition process is complete to save the results to memory.
To recognize a page(s), call RasterDocumentEngine.Recognize method.
To save the recognition results to a file, call SaveResultsToFile.
For more information, refer to Confidence Reporting.
For more information, refer to Recognizing Document Pages.
Call this method after the recognition process is complete to save the results to memory.
To recognize a page(s), call RasterDocumentEngine.Recognize method.
To save the recognition results to a file, call SaveResultsToFile.
For more information, refer to Confidence Reporting.
For more information, refer to Recognizing Document Pages.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family