Share via


ImageObjectExtractor.CreateWithImageBufferAsync(ImageBuffer) Method

Definition

Asynchronously creates an ImageObjectExtractor using an uncompressed bitmap, optimized for AI Foundry on Windows.

public:
 static IAsyncOperation<ImageObjectExtractor ^> ^ CreateWithImageBufferAsync(ImageBuffer ^ imageBuffer);
 static IAsyncOperation<ImageObjectExtractor> CreateWithImageBufferAsync(ImageBuffer const& imageBuffer);
public static IAsyncOperation<ImageObjectExtractor> CreateWithImageBufferAsync(ImageBuffer imageBuffer);
function createWithImageBufferAsync(imageBuffer)
Public Shared Function CreateWithImageBufferAsync (imageBuffer As ImageBuffer) As IAsyncOperation(Of ImageObjectExtractor)

Parameters

imageBuffer
ImageBuffer

Returns

An asynchronous operation object which, when it completes, contains the ImageObjectExtractor.

Remarks

Use CreateWithSoftwareBitmapAsync for pixel formats not supported by ImageBuffer.

Applies to

See also