Freigeben über


DetectedBrand Konstruktoren

Definition

Überlädt

DetectedBrand()
DetectedBrand(String, Double, BoundingRect)

DetectedBrand()

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

Gilt für:

DetectedBrand(String, Double, BoundingRect)

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

Parameter

name
String
confidence
Double
rectangle
BoundingRect

Gilt für: