Interface EyeDirection.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EyeDirection.Builder,EyeDirection>, SdkBuilder<EyeDirection.Builder,EyeDirection>, SdkPojo
Enclosing class:
EyeDirection

public static interface EyeDirection.Builder extends SdkPojo, CopyableBuilder<EyeDirection.Builder,EyeDirection>
  • 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.