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
CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule
Implements
Inherited Members
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? |