Class DocumentLine
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
public class DocumentLine
Properties
|
Edit this page
View Source
BoundingPolygon
Declaration
[JsonProperty("boundingPolygon")]
public float[] BoundingPolygon { get; set; }
Property Value
|
Edit this page
View Source
Content
Declaration
[JsonProperty("content")]
public string Content { get; set; }
Property Value
|
Edit this page
View Source
Spans
Declaration
[JsonProperty("spans")]
public DocumentSpan[] Spans { get; set; }
Property Value
Extension Methods