FaceApiSearchParams({ int limit = 100, double threshold = 1, List<int>? groupIds, }) : _limit = limit, _threshold = threshold, _groupIds = groupIds;