ImageType 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
ImageType() | |
ImageType(Int32, Int32) |
ImageType()
ImageType(Int32, Int32)
- Source:
- 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)
Parameters
- clipArtType
- Int32
- lineDrawingType
- Int32