Interface EyeDirection.Builder

    • Method Detail

      • yaw

        EyeDirection.Builder yaw​(Float yaw)

        Value representing eye direction on the yaw axis.

        Parameters:
        yaw - Value representing eye direction on the yaw axis.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pitch

        EyeDirection.Builder pitch​(Float pitch)

        Value representing eye direction on the pitch axis.

        Parameters:
        pitch - Value representing eye direction on the pitch axis.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • confidence

        EyeDirection.Builder confidence​(Float confidence)

        The confidence that the service has in its predicted eye direction.

        Parameters:
        confidence - The confidence that the service has in its predicted eye direction.
        Returns:
        Returns a reference to this object so that method calls can be chained together.