Class GoogleCloudDocumentaiV1DocumentPageAnchorPageRef
Represents a weak reference to a page element within a document.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1DocumentPageAnchorPageRef : 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 GoogleCloudDocumentaiV1BoundingPoly BoundingPoly { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1BoundingPoly |
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? |