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

Copy Markdown View Source

Metadata for Human Review config.

Attributes

  • confidence_threshold (type: number()) - The confidence threshold if human review validation is enabled.
  • enable_validation (type: boolean()) - Whether to enable human review validation.

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata{
    confidence_threshold: number() | nil,
    enable_validation: boolean() | nil
  }