Aracılığıyla paylaş


LandmarksModel Constructors

Definition

Overloads

LandmarksModel()
LandmarksModel(String, Double)

LandmarksModel()

Source:
LandmarksModel.cs
public LandmarksModel ();
Public Sub New ()

Applies to

LandmarksModel(String, Double)

Source:
LandmarksModel.cs
public LandmarksModel (string name = default, double confidence = 0);
new Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.LandmarksModel : string * double -> Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.LandmarksModel
Public Sub New (Optional name As String = Nothing, Optional confidence As Double = 0)

Parameters

name
String
confidence
Double

Applies to