Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3DocumentPageAnchorPageRef

Represents a weak reference to a page element within a document.

Inheritance
object
GoogleCloudDocumentaiV1beta3DocumentPageAnchorPageRef
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3DocumentPageAnchorPageRef : IDirectResponseSchema

Properties

BoundingPoly

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.

Declaration
[JsonProperty("boundingPoly")]
public virtual GoogleCloudDocumentaiV1beta3BoundingPoly BoundingPoly { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3BoundingPoly

Confidence

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

Declaration
[JsonProperty("confidence")]
public virtual float? Confidence { get; set; }
Property Value
Type Description
float?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LayoutId

Optional. Deprecated. Use PageRef.bounding_poly instead.

Declaration
[JsonProperty("layoutId")]
public virtual string LayoutId { get; set; }
Property Value
Type Description
string

LayoutType

Optional. The type of the layout element that is being referenced if any.

Declaration
[JsonProperty("layoutType")]
public virtual string LayoutType { get; set; }
Property Value
Type Description
string

Page

Required. Index into the Document.pages element, for example using Document.pages 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.

Declaration
[JsonProperty("page")]
public virtual long? Page { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX