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