Class DocumentTable
Inheritance
DocumentTable
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
public class DocumentTable
Properties
|
Edit this page
View Source
BoundingRegions
Declaration
[JsonProperty("boundingRegions")]
public DocumentBoundingRegion[] BoundingRegions { get; set; }
Property Value
|
Edit this page
View Source
Cells
Declaration
[JsonProperty("cells")]
public DocumentTableCell[] Cells { get; set; }
Property Value
|
Edit this page
View Source
ColumnCount
Declaration
[JsonProperty("columnCount")]
public int ColumnCount { get; set; }
Property Value
|
Edit this page
View Source
RowCount
Declaration
[JsonProperty("rowCount")]
public int RowCount { get; set; }
Property Value
|
Edit this page
View Source
Spans
Declaration
[JsonProperty("spans")]
public DocumentSpan[] Spans { get; set; }
Property Value
Extension Methods