Class DocumentPage
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
public class DocumentPage
Properties
|
Edit this page
View Source
Angle
Declaration
[JsonProperty("angle")]
public float Angle { get; set; }
Property Value
|
Edit this page
View Source
Height
Declaration
[JsonProperty("height")]
public float Height { get; set; }
Property Value
|
Edit this page
View Source
Lines
Declaration
[JsonProperty("lines")]
public DocumentLine[] Lines { get; set; }
Property Value
|
Edit this page
View Source
PageNumber
Declaration
[JsonProperty("pageNumber")]
public int PageNumber { get; set; }
Property Value
|
Edit this page
View Source
SelectionMarks
Declaration
[JsonProperty("selectionMarks")]
public DocumentSelectionMark[] SelectionMarks { get; set; }
Property Value
|
Edit this page
View Source
Spans
Declaration
[JsonProperty("spans")]
public DocumentSpan[] Spans { get; set; }
Property Value
|
Edit this page
View Source
Unit
Declaration
[JsonProperty("unit")]
public string Unit { get; set; }
Property Value
|
Edit this page
View Source
Width
Declaration
[JsonProperty("width")]
public float Width { get; set; }
Property Value
|
Edit this page
View Source
Words
Declaration
[JsonProperty("words")]
public DocumentWord[] Words { get; set; }
Property Value
Extension Methods