public sealed class Document.Types.PageAnchor : IMessage<Document.Types.PageAnchor>, IEquatable<Document.Types.PageAnchor>, IDeepCloneable<Document.Types.PageAnchor>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class Document.Types.PageAnchor.
Referencing the visual context of the entity in the [Document.pages][google.cloud.documentai.v1beta3.Document.pages]. Page anchors can be cross-page, consist of multiple bounding polygons and optionally reference specific layout element types.
Implements
IMessageDocumentTypesPageAnchor, IEquatableDocumentTypesPageAnchor, IDeepCloneableDocumentTypesPageAnchor, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
PageAnchor()
public PageAnchor()
PageAnchor(PageAnchor)
public PageAnchor(Document.Types.PageAnchor other)
Parameter | |
---|---|
Name | Description |
other |
DocumentTypesPageAnchor |
Properties
PageRefs
public RepeatedField<Document.Types.PageAnchor.Types.PageRef> PageRefs { get; }
One or more references to visual page elements
Property Value | |
---|---|
Type | Description |
RepeatedFieldDocumentTypesPageAnchorTypesPageRef |