Interface EyeDirection.Builder

  • Method Details

    • 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

      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.