你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DetectedBrand 构造函数

定义

重载

DetectedBrand()
DetectedBrand(String, Double, BoundingRect)

DetectedBrand()

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

适用于

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)

参数

name
String
confidence
Double
rectangle
BoundingRect

适用于