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