Google Cloud Document Ai V1 Client - Class ValidationResultType (2.5.0)

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 \ ValidationResult

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

VALIDATION_RESULT_TYPE_UNSPECIFIED

Value: 0

The validation result type is unspecified.

Generated from protobuf enum VALIDATION_RESULT_TYPE_UNSPECIFIED = 0;

VALIDATION_RESULT_TYPE_VALID

Value: 1

The validation is valid.

Generated from protobuf enum VALIDATION_RESULT_TYPE_VALID = 1;

VALIDATION_RESULT_TYPE_INVALID

Value: 2

The validation is invalid.

Generated from protobuf enum VALIDATION_RESULT_TYPE_INVALID = 2;

VALIDATION_RESULT_TYPE_SKIPPED

Value: 3

The validation is skipped.

Generated from protobuf enum VALIDATION_RESULT_TYPE_SKIPPED = 3;

VALIDATION_RESULT_TYPE_NOT_APPLICABLE

Value: 4

The validation is not applicable.

Generated from protobuf enum VALIDATION_RESULT_TYPE_NOT_APPLICABLE = 4;