VisionSource.FromImageSourceBuffer(ImageSourceBuffer) 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.
Builds a VisionSource from an ImageSourceBuffer, allowing the application to pass in an image from a memory buffer.
public static Azure.AI.Vision.Common.VisionSource FromImageSourceBuffer (Azure.AI.Vision.Common.ImageSourceBuffer imageSourceBuffer);
static member FromImageSourceBuffer : Azure.AI.Vision.Common.ImageSourceBuffer -> Azure.AI.Vision.Common.VisionSource
Public Shared Function FromImageSourceBuffer (imageSourceBuffer As ImageSourceBuffer) As VisionSource
Parameters
- imageSourceBuffer
- ImageSourceBuffer
The image source buffer containing the image to process
Returns
A VisionSource that uses the specified input source buffer
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET