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