DetectFacesResponse constructor
DetectFacesResponse({
- List<
FaceDetail> ? faceDetails, - OrientationCorrection? orientationCorrection,
Implementation
DetectFacesResponse({
this.faceDetails,
this.orientationCorrection,
});