Class GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutputValidationResult
Validation result for a single validation rule.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutputValidationResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Rule
Optional. The name of the rule resource that is used for validation. Format:
projects/{project}/locations/{location}/rules/{rule}
Declaration
[JsonProperty("rule")]
public virtual string Rule { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RuleDescription
The description of the validation rule.
Declaration
[JsonProperty("ruleDescription")]
public virtual string RuleDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RuleName
The display name of the validation rule.
Declaration
[JsonProperty("ruleName")]
public virtual string RuleName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValidationDetails
The detailed information of the running the validation process using the entity from the document based on the validation rule.
Declaration
[JsonProperty("validationDetails")]
public virtual string ValidationDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValidationResultType
The result of the validation rule.
Declaration
[JsonProperty("validationResultType")]
public virtual string ValidationResultType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |