public sealed class PageAnchor : IMessage<Document.Types.PageAnchor>, IEquatable<Document.Types.PageAnchor>, IDeepCloneable<Document.Types.PageAnchor>, IBufferMessage, IMessage
Referencing the visual context of the entity in the [Document.pages][google.cloud.documentai.v1.Document.pages].
Page anchors can be cross-page, consist of multiple bounding polygons and
optionally reference specific layout element types.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `Document.Types.PageAnchor` class within the `Google.Cloud.DocumentAI.V1` namespace, detailing its functionality and usage across multiple versions."],["`PageAnchor` is used to reference visual elements within a document's pages, including the ability to span across multiple pages and incorporate various bounding polygons."],["The `PageAnchor` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The class offers two constructors: a default `PageAnchor()` and a copy constructor `PageAnchor(Document.Types.PageAnchor other)`."],["The `PageRefs` property of the `PageAnchor` class, which is of type `RepeatedField\u003cDocument.Types.PageAnchor.Types.PageRef\u003e`, is used to hold references to visual elements across one or more pages."]]],[]]