GoogleCloudDocumentaiV1DocumentEntityValidationOutput class
The output of the validation given the document and the validation rules.
Constructors
-
GoogleCloudDocumentaiV1DocumentEntityValidationOutput({bool? passAllRules, List<
GoogleCloudDocumentaiV1DocumentEntityValidationOutputValidationResult> ? validationResults}) - GoogleCloudDocumentaiV1DocumentEntityValidationOutput.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- passAllRules ↔ bool?
-
The overall result of the validation, true if all applicable rules are
valid.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
validationResults
↔ List<
GoogleCloudDocumentaiV1DocumentEntityValidationOutputValidationResult> ? -
The result of each validation rule.
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