FaceSearchSettings constructor

FaceSearchSettings({
  1. String? collectionId,
  2. double? faceMatchThreshold,
})

Implementation

FaceSearchSettings({
  this.collectionId,
  this.faceMatchThreshold,
});