DetectedBrand 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
DetectedBrand() | |
DetectedBrand(String, Double, BoundingRect) |
DetectedBrand()
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET