Reference documentation and code samples for the Google Cloud Document Ai V1 Client class ValidationResultType.
The result of the validation rule.
Protobuf type google.cloud.documentai.v1.Document.EntityValidationOutput.ValidationResult.ValidationResultType
Namespace
Google \ Cloud \ DocumentAI \ V1 \ Document \ EntityValidationOutput \ ValidationResultMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
VALIDATION_RESULT_TYPE_UNSPECIFIED
Value: 0The validation result type is unspecified.
Generated from protobuf enum VALIDATION_RESULT_TYPE_UNSPECIFIED = 0;
VALIDATION_RESULT_TYPE_VALID
Value: 1The validation is valid.
Generated from protobuf enum VALIDATION_RESULT_TYPE_VALID = 1;
VALIDATION_RESULT_TYPE_INVALID
Value: 2The validation is invalid.
Generated from protobuf enum VALIDATION_RESULT_TYPE_INVALID = 2;
VALIDATION_RESULT_TYPE_SKIPPED
Value: 3The validation is skipped.
Generated from protobuf enum VALIDATION_RESULT_TYPE_SKIPPED = 3;
VALIDATION_RESULT_TYPE_NOT_APPLICABLE
Value: 4The validation is not applicable.
Generated from protobuf enum VALIDATION_RESULT_TYPE_NOT_APPLICABLE = 4;