Share via


DetectedBrand Constructors

Definition

Overloads

DetectedBrand()
DetectedBrand(String, Double, BoundingRect)

DetectedBrand()

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

Applies to

DetectedBrand(String, Double, BoundingRect)

Source:
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)

Parameters

name
String
confidence
Double
rectangle
BoundingRect

Applies to