Class DocumentSelectionMark
Inheritance
DocumentSelectionMark
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
public class DocumentSelectionMark
Properties
|
Edit this page
View Source
BoundingPolygon
Declaration
[JsonProperty("boundingPolygon")]
public float[] BoundingPolygon { 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
Span
Declaration
[JsonProperty("span")]
public DocumentSpan Span { get; set; }
Property Value
|
Edit this page
View Source
State
Declaration
[JsonProperty("state")]
public string State { get; set; }
Property Value
Extension Methods