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 conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET