Class GoogleCloudDocumentaiV1DocumentPageLayout
Visual element describing a layout unit on a page.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1DocumentPageLayout : IDirectResponseSchema
Properties
BoundingPoly
The bounding polygon for the Layout.
Declaration
[JsonProperty("boundingPoly")]
public virtual GoogleCloudDocumentaiV1BoundingPoly BoundingPoly { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1BoundingPoly |
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 GoogleCloudDocumentaiV1DocumentTextAnchor TextAnchor { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1DocumentTextAnchor |