Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutput

The output of the validation given the document and the validation rules.

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

Properties

ETag

The ETag of the item.

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

PassAllRules

The overall result of the validation, true if all applicable rules are valid.

Declaration
[JsonProperty("passAllRules")]
public virtual bool? PassAllRules { get; set; }
Property Value
Type Description
bool?

ValidationResults

The result of each validation rule.

Declaration
[JsonProperty("validationResults")]
public virtual IList<GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutputValidationResult> ValidationResults { get; set; }
Property Value
Type Description
IList<GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutputValidationResult>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX