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