Class ValidationResult (3.7.0)

ValidationResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Validation result for a single validation rule.

Attributes

Name Description
rule_name str
The name of the validation rule.
rule_description str
The description of the validation rule.
validation_result_type google.cloud.documentai_v1.types.Document.EntityValidationOutput.ValidationResult.ValidationResultType
The result of the validation rule.
validation_details str
The detailed information of the running the validation process using the entity from the document based on the validation rule.

Classes

ValidationResultType

ValidationResultType(value)

The result of the validation rule.