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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET