Class ReadResult.Line
Inherited Members
Namespace: Glitch9.AIDevKit.Microsoft.Azure.ComputerVision
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
public sealed class ReadResult.Line
Properties
| Edit this page View SourceBoundingPolygon
Declaration
[JsonProperty("boundingPolygon")]
public ReadResult.Point[] BoundingPolygon { get; set; }
Property Value
| Type | Description |
|---|---|
| Point[] |
Text
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |