Interface DetectLabelsImageQuality.Builder

    • Method Detail

      • brightness

        DetectLabelsImageQuality.Builder brightness​(Float brightness)

        The brightness of an image provided for label detection.

        Parameters:
        brightness - The brightness of an image provided for label detection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sharpness

        DetectLabelsImageQuality.Builder sharpness​(Float sharpness)

        The sharpness of an image provided for label detection.

        Parameters:
        sharpness - The sharpness of an image provided for label detection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contrast

        DetectLabelsImageQuality.Builder contrast​(Float contrast)

        The contrast of an image provided for label detection.

        Parameters:
        contrast - The contrast of an image provided for label detection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.