SearchFacesByImageResponse constructor
SearchFacesByImageResponse({
- List<
FaceMatch> ? faceMatches, - String? faceModelVersion,
- BoundingBox? searchedFaceBoundingBox,
- double? searchedFaceConfidence,
Implementation
SearchFacesByImageResponse({
this.faceMatches,
this.faceModelVersion,
this.searchedFaceBoundingBox,
this.searchedFaceConfidence,
});