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