DetectedObject 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
DetectedObject() | |
DetectedObject(BoundingRect, String, Double, ObjectHierarchy) |
DetectedObject()
DetectedObject(BoundingRect, String, Double, ObjectHierarchy)
- Source:
- DetectedObject.cs
public DetectedObject (Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.BoundingRect rectangle = default, string objectProperty = default, double confidence = 0, Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ObjectHierarchy parent = default);
new Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.DetectedObject : Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.BoundingRect * string * double * Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ObjectHierarchy -> Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.DetectedObject
Public Sub New (Optional rectangle As BoundingRect = Nothing, Optional objectProperty As String = Nothing, Optional confidence As Double = 0, Optional parent As ObjectHierarchy = Nothing)
Parameters
- rectangle
- BoundingRect
- objectProperty
- String
- confidence
- Double
- parent
- ObjectHierarchy