Interface Sunglasses.Builder

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

public static interface Sunglasses.Builder extends SdkPojo, CopyableBuilder<Sunglasses.Builder,Sunglasses>
  • Method Details

    • value

      Boolean value that indicates whether the face is wearing sunglasses or not.

      Parameters:
      value - Boolean value that indicates whether the face is wearing sunglasses or not.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • confidence

      Sunglasses.Builder confidence(Float confidence)

      Level of confidence in the determination.

      Parameters:
      confidence - Level of confidence in the determination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.