public sealed class PageRef : IMessage<Document.Types.PageAnchor.Types.PageRef>, IEquatable<Document.Types.PageAnchor.Types.PageRef>, IDeepCloneable<Document.Types.PageAnchor.Types.PageRef>, IBufferMessage, IMessage
Represents a weak reference to a page element within a document.
Implements
IMessage<Document.Types.PageAnchor.Types.PageRef>, IEquatable<Document.Types.PageAnchor.Types.PageRef>, IDeepCloneable<Document.Types.PageAnchor.Types.PageRef>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta2Assembly
Google.Cloud.DocumentAI.V1Beta2.dll
Constructors
PageRef()
public PageRef()
PageRef(Document.Types.PageAnchor.Types.PageRef)
public PageRef(Document.Types.PageAnchor.Types.PageRef other)
Name | Description |
other | Document.Types.PageAnchor.Types.PageRef |
Properties
LayoutId
public string LayoutId { get; set; }
Optional. The [Page.Layout.id][google.cloud.documentai.v1beta2.Document.Page.Layout.id] on the page that this element references. If [LayoutRef.type][] is specified this id must also be specified.
Type | Description |
String |
LayoutType
public Document.Types.PageAnchor.Types.PageRef.Types.LayoutType LayoutType { get; set; }
Optional. The type of the layout element that is being referenced. If not specified the whole page is assumed to be referenced.
Type | Description |
Document.Types.PageAnchor.Types.PageRef.Types.LayoutType |
Page
public long Page { get; set; }
Required. Index into the [Document.pages][google.cloud.documentai.v1beta2.Document.pages] element
Type | Description |
Int64 |