public sealed class Document.Types.PageAnchor.Types.PageRef : IMessage<Document.Types.PageAnchor.Types.PageRef>, IEquatable<Document.Types.PageAnchor.Types.PageRef>, IDeepCloneable<Document.Types.PageAnchor.Types.PageRef>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Document AI v1 API class Document.Types.PageAnchor.Types.PageRef.
Represents a weak reference to a page element within a document.
Implements
IMessageDocumentTypesPageAnchorTypesPageRef, IEquatableDocumentTypesPageAnchorTypesPageRef, IDeepCloneableDocumentTypesPageAnchorTypesPageRef, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
PageRef()
public PageRef()PageRef(PageRef)
public PageRef(Document.Types.PageAnchor.Types.PageRef other)| Parameter | |
|---|---|
| Name | Description |
other |
DocumentTypesPageAnchorTypesPageRef |
Properties
BoundingPoly
public BoundingPoly BoundingPoly { get; set; }Optional. Identifies the bounding polygon of a layout element on the
page. If layout_type is set, the bounding polygon must be exactly the
same to the layout element it's referring to.
| Property Value | |
|---|---|
| Type | Description |
BoundingPoly |
|
Confidence
public float Confidence { get; set; }Optional. Confidence of detected page element, if applicable. Range
[0, 1].
| Property Value | |
|---|---|
| Type | Description |
float |
|
LayoutId
[Obsolete]
public string LayoutId { get; set; }Optional. Deprecated. Use [PageRef.bounding_poly][google.cloud.documentai.v1.Document.PageAnchor.PageRef.bounding_poly] instead.
| Property Value | |
|---|---|
| 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 any.
| Property Value | |
|---|---|
| Type | Description |
DocumentTypesPageAnchorTypesPageRefTypesLayoutType |
|
Page
public long Page { get; set; }Required. Index into the
[Document.pages][google.cloud.documentai.v1.Document.pages] element,
for example using
[Document.pages][page_refs.page] to locate the related page element.
This field is skipped when its value is the default 0. See
https://developers.google.com/protocol-buffers/docs/proto3#json.
| Property Value | |
|---|---|
| Type | Description |
long |
|