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.
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