Show / Hide Table of Contents

Class Document.Types.PageAnchor

Referencing elements in [Document.pages][google.cloud.documentai.v1beta2.Document.pages].

Inheritance
System.Object
Document.Types.PageAnchor
Implements
IMessage<Document.Types.PageAnchor>
System.IEquatable<Document.Types.PageAnchor>
IDeepCloneable<Document.Types.PageAnchor>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DocumentAI.V1Beta2
Assembly: Google.Cloud.DocumentAI.V1Beta2.dll
Syntax
public sealed class PageAnchor : IMessage<Document.Types.PageAnchor>, IEquatable<Document.Types.PageAnchor>, IDeepCloneable<Document.Types.PageAnchor>, IBufferMessage, IMessage

Constructors

PageAnchor()

Declaration
public PageAnchor()

PageAnchor(Document.Types.PageAnchor)

Declaration
public PageAnchor(Document.Types.PageAnchor other)
Parameters
Type Name Description
Document.Types.PageAnchor other

Properties

PageRefs

One or more references to visual page elements

Declaration
public RepeatedField<Document.Types.PageAnchor.Types.PageRef> PageRefs { get; }
Property Value
Type Description
RepeatedField<Document.Types.PageAnchor.Types.PageRef>
Back to top