ListFacesResponse constructor

ListFacesResponse({
  1. String? faceModelVersion,
  2. List<Face>? faces,
  3. String? nextToken,
})

Implementation

ListFacesResponse({
  this.faceModelVersion,
  this.faces,
  this.nextToken,
});