OcrEngine.RecognizeAsync(SoftwareBitmap) Method

Definition

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

Applies to