Class PeopleResult.PersonInstance
Inherited Members
Namespace: Glitch9.AIDevKit.Microsoft.Azure.ComputerVision
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
public sealed class PeopleResult.PersonInstance
Properties
| Edit this page View SourceBoundingBox
Declaration
[JsonProperty("boundingBox")]
public BoundingBox BoundingBox { get; set; }
Property Value
| Type | Description |
|---|---|
| BoundingBox |
Confidence
Declaration
[JsonProperty("confidence")]
public float Confidence { get; set; }
Property Value
| Type | Description |
|---|---|
| float |