Condividi tramite


FrameSetWriter.Write Method

Definition

Overloads

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.

Write(Frame[])

Writes a set of frames of image data to the underlying FrameSetSource.

public void Write (params Azure.AI.Vision.Core.Input.Frame[] frames);
member this.Write : Azure.AI.Vision.Core.Input.Frame[] -> unit
Public Sub Write (ParamArray frames As Frame())

Parameters

frames
Frame[]

The set of frames

Applies to

Write(Memory<Byte>[])

Writes a set of frames of image data to the underlying FrameSetSource.

public void Write (params Memory<byte>[] frames);
member this.Write : Memory<byte>[] -> unit
Public Sub Write (ParamArray frames As Memory(Of Byte)())

Parameters

frames
Memory<Byte>[]

The set of frames

Applies to