Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::Document::EntityValidationOutput::ValidationResult.
Validation result for a single validation rule.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#rule_description
def rule_description() -> ::String
Returns
- (::String) — The description of the validation rule.
#rule_description=
def rule_description=(value) -> ::String
Parameter
- value (::String) — The description of the validation rule.
Returns
- (::String) — The description of the validation rule.
#rule_name
def rule_name() -> ::String
Returns
- (::String) — The name of the validation rule.
#rule_name=
def rule_name=(value) -> ::String
Parameter
- value (::String) — The name of the validation rule.
Returns
- (::String) — The name of the validation rule.
#validation_details
def validation_details() -> ::String
Returns
- (::String) — The detailed information of the running the validation process using the entity from the document based on the validation rule.
#validation_details=
def validation_details=(value) -> ::String
Parameter
- value (::String) — The detailed information of the running the validation process using the entity from the document based on the validation rule.
Returns
- (::String) — The detailed information of the running the validation process using the entity from the document based on the validation rule.
#validation_result_type
def validation_result_type() -> ::Google::Cloud::DocumentAI::V1beta3::Document::EntityValidationOutput::ValidationResult::ValidationResultType
Returns
- (::Google::Cloud::DocumentAI::V1beta3::Document::EntityValidationOutput::ValidationResult::ValidationResultType) — The result of the validation rule.
#validation_result_type=
def validation_result_type=(value) -> ::Google::Cloud::DocumentAI::V1beta3::Document::EntityValidationOutput::ValidationResult::ValidationResultType
Parameter
- value (::Google::Cloud::DocumentAI::V1beta3::Document::EntityValidationOutput::ValidationResult::ValidationResultType) — The result of the validation rule.
Returns
- (::Google::Cloud::DocumentAI::V1beta3::Document::EntityValidationOutput::ValidationResult::ValidationResultType) — The result of the validation rule.