Show / Hide Table of Contents

Class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule

A rule for checking field alignment. Horizontal alignment checks if fields are on the same row by comparing y-coordinates of bounding box centers, while vertical alignment checks if fields are on the same column by comparing x-coordinates of bounding box centers.

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

Properties

AlignmentType

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

ETag

The ETag of the item.

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

Tolerance

The tolerance to use when comparing coordinates.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX