Interface Document.Page.ImageQualityScoresOrBuilder

    • Method Detail

      • getQualityScore

        float getQualityScore()
         The overall quality score. Range `[0, 1]` where `1` is perfect quality.
         
        float quality_score = 1;
        Returns:
        The qualityScore.
      • getDetectedDefects

        Document.Page.ImageQualityScores.DetectedDefect getDetectedDefects​(int index)
         A list of detected defects.
         
        repeated .google.cloud.documentai.v1beta2.Document.Page.ImageQualityScores.DetectedDefect detected_defects = 2;
      • getDetectedDefectsCount

        int getDetectedDefectsCount()
         A list of detected defects.
         
        repeated .google.cloud.documentai.v1beta2.Document.Page.ImageQualityScores.DetectedDefect detected_defects = 2;