Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3DocumentPageAnchor

Referencing the visual context of the entity in the Document.pages. Page anchors can be cross-page, consist of multiple bounding polygons and optionally reference specific layout element types.

Inheritance
object
GoogleCloudDocumentaiV1beta3DocumentPageAnchor
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 GoogleCloudDocumentaiV1beta3DocumentPageAnchor : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

PageRefs

One or more references to visual page elements

Declaration
[JsonProperty("pageRefs")]
public virtual IList<GoogleCloudDocumentaiV1beta3DocumentPageAnchorPageRef> PageRefs { get; set; }
Property Value
Type Description
IList<GoogleCloudDocumentaiV1beta3DocumentPageAnchorPageRef>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX