Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta1DocumentPageLayout

Visual element describing a layout unit on a page.

Inheritance
object
GoogleCloudDocumentaiV1beta1DocumentPageLayout
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.v1beta2.Data
Assembly: Google.Apis.Document.v1beta2.dll
Syntax
public class GoogleCloudDocumentaiV1beta1DocumentPageLayout : IDirectResponseSchema

Properties

BoundingPoly

The bounding polygon for the Layout.

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

Confidence

Confidence of the current Layout within context of the object this layout is for. e.g. confidence can be for a single token, a table, a visual element, etc. depending on context. 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

Orientation

Detected orientation for the Layout.

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

TextAnchor

Text anchor indexing into the Document.text.

Declaration
[JsonProperty("textAnchor")]
public virtual GoogleCloudDocumentaiV1beta1DocumentTextAnchor TextAnchor { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta1DocumentTextAnchor

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX