Class DetectedObject
Inheritance
DetectedObject
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
public sealed class DetectedObject
Properties
|
Edit this page
View Source
BoundingBox
Declaration
[JsonProperty("boundingBox")]
public BoundingBox BoundingBox { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("tags")]
public TagValue[] Tags { get; set; }
Property Value
Extension Methods