Class DocumentTableCell
Inheritance
DocumentTableCell
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
public class DocumentTableCell
Properties
|
Edit this page
View Source
BoundingRegions
Declaration
[JsonProperty("boundingRegions")]
public DocumentBoundingRegion[] BoundingRegions { get; set; }
Property Value
|
Edit this page
View Source
ColumnIndex
Declaration
[JsonProperty("columnIndex")]
public int ColumnIndex { get; set; }
Property Value
|
Edit this page
View Source
ColumnSpan
Declaration
[JsonProperty("columnSpan")]
public int ColumnSpan { 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
Kind
Declaration
[JsonProperty("kind")]
public string Kind { get; set; }
Property Value
|
Edit this page
View Source
RowIndex
Declaration
[JsonProperty("rowIndex")]
public int RowIndex { get; set; }
Property Value
|
Edit this page
View Source
RowSpan
Declaration
[JsonProperty("rowSpan")]
public int RowSpan { get; set; }
Property Value
|
Edit this page
View Source
Spans
Declaration
[JsonProperty("spans")]
public DocumentSpan[] Spans { get; set; }
Property Value
Extension Methods