Face constructor

Face({
  1. BoundingBox? boundingBox,
  2. double? confidence,
  3. String? externalImageId,
  4. String? faceId,
  5. String? imageId,
})

Implementation

Face({
  this.boundingBox,
  this.confidence,
  this.externalImageId,
  this.faceId,
  this.imageId,
});