Interface AuditImage.Builder

    • Method Detail

      • bytes

        AuditImage.Builder bytes​(SdkBytes bytes)

        The Base64-encoded bytes representing an image selected from the Face Liveness video and returned for audit purposes.

        Parameters:
        bytes - The Base64-encoded bytes representing an image selected from the Face Liveness video and returned for audit purposes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3Object

        AuditImage.Builder s3Object​(S3Object s3Object)
        Sets the value of the S3Object property for this object.
        Parameters:
        s3Object - The new value for the S3Object property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • boundingBox

        AuditImage.Builder boundingBox​(BoundingBox boundingBox)
        Sets the value of the BoundingBox property for this object.
        Parameters:
        boundingBox - The new value for the BoundingBox property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.