Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentEntityValidationOutputValidationResult (googly_document_ai v0.1.0)

Copy Markdown View Source

Validation result for a single validation rule.

Attributes

  • rule (type: String.t()) - Optional. The name of the rule resource that is used for validation. Format: projects/{project}/locations/{location}/rules/{rule}
  • rule_description (type: String.t()) - The description of the validation rule.
  • rule_name (type: String.t()) - The display name of the validation rule.
  • validation_details (type: String.t()) - The detailed information of the running the validation process using the entity from the document based on the validation rule.
  • validation_result_type (type: String.t()) - The result of the validation rule.

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentEntityValidationOutputValidationResult{
    rule: String.t() | nil,
    rule_description: String.t() | nil,
    rule_name: String.t() | nil,
    validation_details: String.t() | nil,
    validation_result_type: String.t() | nil
  }