IndexFacesResponse constructor

IndexFacesResponse({
  1. String? faceModelVersion,
  2. List<FaceRecord>? faceRecords,
  3. OrientationCorrection? orientationCorrection,
  4. List<UnindexedFace>? unindexedFaces,
})

Implementation

IndexFacesResponse({
  this.faceModelVersion,
  this.faceRecords,
  this.orientationCorrection,
  this.unindexedFaces,
});