Class FaceRectangle
java.lang.Object
com.markvarga21.studentmanager.dto.FaceRectangle
A utility class for mapping a part of the
response from Azure's Face API to a POJO.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FaceRectangle
public FaceRectangle()
-
-
Method Details
-
getArea
Calculates the area of the bounding rectangle representing the face.- Returns:
- The area of the rectangle bounding the face.
-