Cloud Document AI v1beta3 API - Class Document.Types.EntityValidationOutput (2.0.0-beta27)

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 v1beta3 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.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.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