Interface ImageQuality.Builder

  • Method Details

    • brightness

      ImageQuality.Builder brightness(Float brightness)

      Value representing brightness of the face. The service returns a value between 0 and 100 (inclusive). A higher value indicates a brighter face image.

      Parameters:
      brightness - Value representing brightness of the face. The service returns a value between 0 and 100 (inclusive). A higher value indicates a brighter face image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sharpness

      ImageQuality.Builder sharpness(Float sharpness)

      Value representing sharpness of the face. The service returns a value between 0 and 100 (inclusive). A higher value indicates a sharper face image.

      Parameters:
      sharpness - Value representing sharpness of the face. The service returns a value between 0 and 100 (inclusive). A higher value indicates a sharper face image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.