Class DocumentSection
Inheritance
DocumentSection
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
public class DocumentSection
Properties
|
Edit this page
View Source
BoundingRegions
Declaration
[JsonProperty("boundingRegions")]
public DocumentBoundingRegion[] BoundingRegions { 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
Role
Declaration
[JsonProperty("role")]
public string Role { get; set; }
Property Value
|
Edit this page
View Source
Spans
Declaration
[JsonProperty("spans")]
public DocumentSpan[] Spans { get; set; }
Property Value
Extension Methods