OcrEngine.RecognizeAsync(SoftwareBitmap) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Scans the specified image for text in the language specified by the RecognizerLanguage property.
public:
virtual IAsyncOperation<OcrResult ^> ^ RecognizeAsync(SoftwareBitmap ^ bitmap) = RecognizeAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<OcrResult> RecognizeAsync(SoftwareBitmap const& bitmap);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<OcrResult> RecognizeAsync(SoftwareBitmap bitmap);
function recognizeAsync(bitmap)
Public Function RecognizeAsync (bitmap As SoftwareBitmap) As IAsyncOperation(Of OcrResult)
Parameters
- bitmap
- SoftwareBitmap
Represents an uncompressed bitmap.
Returns
The result of the OCR that was initiated by the OcrEngine object.
- Attributes