BoundingRegion Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Bounding polygon on a specific page of the input.
public readonly struct BoundingRegion : System.ClientModel.Primitives.IJsonModel<Azure.AI.DocumentIntelligence.BoundingRegion>, System.ClientModel.Primitives.IJsonModel<object>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.DocumentIntelligence.BoundingRegion>, System.ClientModel.Primitives.IPersistableModel<object>
public class BoundingRegion : System.ClientModel.Primitives.IJsonModel<Azure.AI.DocumentIntelligence.BoundingRegion>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.DocumentIntelligence.BoundingRegion>
type BoundingRegion = struct
interface IJsonModel<BoundingRegion>
interface IPersistableModel<BoundingRegion>
interface IJsonModel<obj>
interface IPersistableModel<obj>
type BoundingRegion = class
interface IJsonModel<BoundingRegion>
interface IPersistableModel<BoundingRegion>
Public Structure BoundingRegion
Implements IJsonModel(Of BoundingRegion), IJsonModel(Of Object), IPersistableModel(Of BoundingRegion), IPersistableModel(Of Object)
Public Class BoundingRegion
Implements IJsonModel(Of BoundingRegion), IPersistableModel(Of BoundingRegion)
- Inheritance
-
BoundingRegion
- Inheritance
-
BoundingRegion
- Implements
Constructors
BoundingRegion() |
Initializes a new instance of BoundingRegion for deserialization. |
Properties
PageNumber |
1-based page number of page containing the bounding region. |
Polygon |
Bounding polygon on the page, or the entire page if not specified. Coordinates specified relative to the top-left of the page. The numbers represent the x, y values of the polygon vertices, clockwise from the left (-180 degrees inclusive) relative to the element orientation. |