GoogleCloudDocumentaiV1DocumentEntityValidationOutputValidationResult class
Validation result for a single validation rule.
Constructors
- GoogleCloudDocumentaiV1DocumentEntityValidationOutputValidationResult({String? rule, String? ruleDescription, String? ruleName, String? validationDetails, String? validationResultType})
- GoogleCloudDocumentaiV1DocumentEntityValidationOutputValidationResult.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- rule ↔ String?
-
The name of the rule resource that is used for validation.
getter/setter pair
- ruleDescription ↔ String?
-
The description of the validation rule.
getter/setter pair
- ruleName ↔ String?
-
The display name of the validation rule.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- validationDetails ↔ String?
-
The detailed information of the running the validation process using the
entity from the document based on the validation rule.
getter/setter pair
- validationResultType ↔ String?
-
The result of the validation rule.
Possible string values are:
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited