Cloud Document AI v1 API - Class Document.Types.EntityValidationOutput (3.22.0)

public sealed class Document.Types.EntityValidationOutput : IMessage<Document.Types.EntityValidationOutput>, IEquatable<Document.Types.EntityValidationOutput>, IDeepCloneable<Document.Types.EntityValidationOutput>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1 API class Document.Types.EntityValidationOutput.

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

Inheritance

object > Document.Types.EntityValidationOutput

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

EntityValidationOutput()

public EntityValidationOutput()

EntityValidationOutput(EntityValidationOutput)

public EntityValidationOutput(Document.Types.EntityValidationOutput other)
Parameter
Name Description
other DocumentTypesEntityValidationOutput

Properties

PassAllRules

public bool PassAllRules { get; set; }

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

Property Value
Type Description
bool

ValidationResults

public RepeatedField<Document.Types.EntityValidationOutput.Types.ValidationResult> ValidationResults { get; }

The result of each validation rule.

Property Value
Type Description
RepeatedFieldDocumentTypesEntityValidationOutputTypesValidationResult