Class FaceRectangle

java.lang.Object
com.markvarga21.studentmanager.dto.FaceRectangle

@Generated public class FaceRectangle extends Object
A utility class for mapping a part of the response from Azure's Face API to a POJO.
  • Constructor Details

    • FaceRectangle

      public FaceRectangle()
  • Method Details

    • getArea

      public Integer getArea()
      Calculates the area of the bounding rectangle representing the face.
      Returns:
      The area of the rectangle bounding the face.