Interface FaceOccluded.Builder

  • Method Details

    • value

      True if a detected face’s eyes, nose, and mouth are partially captured or if they are covered by masks, dark sunglasses, cell phones, hands, or other objects. False if common occurrences that do not impact face verification are detected, such as eye glasses, lightly tinted sunglasses, strands of hair, and others.

      Parameters:
      value - True if a detected face’s eyes, nose, and mouth are partially captured or if they are covered by masks, dark sunglasses, cell phones, hands, or other objects. False if common occurrences that do not impact face verification are detected, such as eye glasses, lightly tinted sunglasses, strands of hair, and others.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • confidence

      FaceOccluded.Builder confidence(Float confidence)

      The confidence that the service has detected the presence of a face occlusion.

      Parameters:
      confidence - The confidence that the service has detected the presence of a face occlusion.
      Returns:
      Returns a reference to this object so that method calls can be chained together.