ImageMetadata Constructors
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
ImageMetadata() | |
ImageMetadata(Int32, Int32, String) |
ImageMetadata()
ImageMetadata(Int32, Int32, String)
- Source:
- ImageMetadata.cs
public ImageMetadata (int width = 0, int height = 0, string format = default);
new Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ImageMetadata : int * int * string -> Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ImageMetadata
Public Sub New (Optional width As Integer = 0, Optional height As Integer = 0, Optional format As String = Nothing)
Parameters
- width
- Int32
- height
- Int32
- format
- String
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