FrameSetWriter 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 frame data, for use as input with Vision AI operations.
public class FrameSetWriter : IDisposable
type FrameSetWriter = class
interface IDisposable
Public Class FrameSetWriter
Implements IDisposable
- Inheritance
-
FrameSetWriter
- Implements
Methods
Dispose() |
Disposes the current object. It is safe to call this multiple times |
GetMemory(Int32) |
Not implemented |
Write(Frame[]) |
Writes a set of frames of image data to the underlying FrameSetSource. |
Write(Memory<Byte>[]) |
Writes a set of frames of image data to the underlying FrameSetSource. |
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