Class DocumentFigure
Inheritance
DocumentFigure
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
public class DocumentFigure
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("boundingRegions")]
public DocumentBoundingRegion[] BoundingRegions { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("caption")]
public string Caption { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("confidence")]
public float Confidence { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("spans")]
public DocumentSpan[] Spans { get; set; }
Property Value
Extension Methods