FrameSetFormat.FromFrameFormats(FrameFormat[]) 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.
Create a FrameSetFormat from a collection of FrameFormats
public static Azure.AI.Vision.Core.Input.FrameSetFormat FromFrameFormats(params Azure.AI.Vision.Core.Input.FrameFormat[] formats);
static member FromFrameFormats : Azure.AI.Vision.Core.Input.FrameFormat[] -> Azure.AI.Vision.Core.Input.FrameSetFormat
Public Shared Function FromFrameFormats (ParamArray formats As FrameFormat()) As FrameSetFormat
Parameters
- formats
- FrameFormat[]
Returns
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