FrameSetWriter.Write Method
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.
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>[])
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.