PersonId = $param["PersonId"]; } if (array_key_exists("Images",$param) and $param["Images"] !== null) { $this->Images = $param["Images"]; } if (array_key_exists("Urls",$param) and $param["Urls"] !== null) { $this->Urls = $param["Urls"]; } if (array_key_exists("FaceMatchThreshold",$param) and $param["FaceMatchThreshold"] !== null) { $this->FaceMatchThreshold = $param["FaceMatchThreshold"]; } if (array_key_exists("QualityControl",$param) and $param["QualityControl"] !== null) { $this->QualityControl = $param["QualityControl"]; } if (array_key_exists("NeedRotateDetection",$param) and $param["NeedRotateDetection"] !== null) { $this->NeedRotateDetection = $param["NeedRotateDetection"]; } } }