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 `PageAnchor` class within the `Google.Cloud.DocumentAI.V1` namespace, specifically focusing on version 1.4.0."],["`PageAnchor` is used to reference visual elements within a document's pages, supporting cross-page references and multiple bounding polygons."],["The page lists available versions of the `PageAnchor` class, with version 3.19.0 being the latest and links to documentation for versions ranging from 1.0.0 to 3.19.0."],["The `PageAnchor` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `PageAnchor()`, and `PageAnchor(Document.Types.PageAnchor)`, and includes a `PageRefs` property of type `RepeatedField` that contains one or more references to visual page elements."]]],[]]