Face constructor
Face({
- BoundingBox? boundingBox,
- double? confidence,
- String? externalImageId,
- String? faceId,
- String? imageId,
Implementation
Face({
this.boundingBox,
this.confidence,
this.externalImageId,
this.faceId,
this.imageId,
});