Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutputValidationResult

Validation result for a single validation rule.

Inheritance
object
GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutputValidationResult
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX