Cloud Document AI v1 API - Class Document.Types.PageAnchor.Types.PageRef (3.15.0)

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, IMessage

Reference 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.

Inheritance

object > Document.Types.PageAnchor.Types.PageRef

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

PageRef()

public PageRef()

PageRef(PageRef)

public PageRef(Document.Types.PageAnchor.Types.PageRef other)
Parameter
NameDescription
otherDocumentTypesPageAnchorTypesPageRef

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
TypeDescription
BoundingPoly

Confidence

public float Confidence { get; set; }

Optional. Confidence of detected page element, if applicable. Range [0, 1].

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
long