View Source GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect (google_api_document_ai v0.39.0)

Image Quality Defects

Attributes

  • confidence (type: number(), default: nil) - Confidence of detected defect. Range [0, 1] where 1 indicates strong confidence that the defect exists.
  • type (type: String.t, default: nil) - Name of the defect type. Supported values are: - quality/defect_blurry - quality/defect_noisy - quality/defect_dark - quality/defect_faint - quality/defect_text_too_small - quality/defect_document_cutoff - quality/defect_text_cutoff - quality/defect_glare

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect{
    confidence: number() | nil,
    type: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.