AIVisionImageAnalysisModelFactory.ImageMetadata(Int32, Int32) 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.
Initializes a new instance of ImageMetadata.
public static Azure.AI.Vision.ImageAnalysis.ImageMetadata ImageMetadata (int height = 0, int width = 0);
static member ImageMetadata : int * int -> Azure.AI.Vision.ImageAnalysis.ImageMetadata
Public Shared Function ImageMetadata (Optional height As Integer = 0, Optional width As Integer = 0) As ImageMetadata
Parameters
- height
- Int32
The height of the image in pixels.
- width
- Int32
The width of the image in pixels.
Returns
A new ImageMetadata instance for mocking.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET