ImageWriter Class
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.
Represents the ability to write image data, for use as input to Vision AI operations.
public sealed class ImageWriter : IDisposable
type ImageWriter = class
interface IDisposable
Public NotInheritable Class ImageWriter
Implements IDisposable
- Inheritance
-
ImageWriter
- Implements
Methods
Dispose() |
Disposes the current object. It is safe to call this multiple times. |
GetMemory(Int32) |
Not implemented |
GetSpan(Int32) |
Not implemented. |
Write(Image) |
Copy a new input image to the internal buffer. |
Write(Memory<Byte>) |
Writes a single image to the internal 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