你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BoundingRegion Struct

Definition

Bounding polygon on a specific page of the input.

public readonly struct BoundingRegion : IEquatable<Azure.AI.FormRecognizer.DocumentAnalysis.BoundingRegion>
type BoundingRegion = struct
Public Structure BoundingRegion
Implements IEquatable(Of BoundingRegion)
Inheritance
BoundingRegion
Implements

Properties

Name Description
BoundingPolygon

The bounding polygon that outlines this region. Units are in pixels for images and inches for PDF. The DocumentPageLengthUnit type of a recognized page can be found at Unit.

PageNumber

1-based page number of page containing the bounding region.

Methods

Name Description
Equals(BoundingRegion)

Indicates whether the current BoundingRegion is equal to another object of the same type. They are considered equal if they have the same PageNumber and the same point coordinates in BoundingPolygon.

ToString()

Returns a string representation of this BoundingRegion.

Applies to