Freigeben über


ImageType Konstruktoren

Definition

Überlädt

ImageType()
ImageType(Int32, Int32)

ImageType()

Quelle:
ImageType.cs
public ImageType ();
Public Sub New ()

Gilt für:

ImageType(Int32, Int32)

Quelle:
ImageType.cs
public ImageType (int clipArtType = 0, int lineDrawingType = 0);
new Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ImageType : int * int -> Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ImageType
Public Sub New (Optional clipArtType As Integer = 0, Optional lineDrawingType As Integer = 0)

Parameter

clipArtType
Int32
lineDrawingType
Int32

Gilt für: