ImageObjectExtractor.CreateWithImageBufferAsync(ImageBuffer) 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.
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.