Class DenseCaptionsResult.DenseCaption
Inheritance
DenseCaptionsResult.DenseCaption
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
public sealed class DenseCaptionsResult.DenseCaption
Properties
|
Edit this page
View Source
BoundingBox
Declaration
[JsonProperty("boundingBox")]
public BoundingBox BoundingBox { get; set; }
Property Value
|
Edit this page
View Source
Confidence
Declaration
[JsonProperty("confidence")]
public float Confidence { get; set; }
Property Value
|
Edit this page
View Source
Text
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Extension Methods