Visual Basic (Declaration) | |
---|---|
Public Function SaveResultsToMemory() As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string SaveResultsToMemory() |
Managed Extensions for 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family