IndexFacesResponse constructor
IndexFacesResponse({
- String? faceModelVersion,
- List<
FaceRecord> ? faceRecords, - OrientationCorrection? orientationCorrection,
- List<
UnindexedFace> ? unindexedFaces,
Implementation
IndexFacesResponse({
this.faceModelVersion,
this.faceRecords,
this.orientationCorrection,
this.unindexedFaces,
});