enablePhotoQualityDetection method
dynamic
enablePhotoQualityDetection()
@deprecated Ignored and enabled by default. Will be removed in a future release
Implementation
enablePhotoQualityDetection() {
this.isPhotoQualityDetectionEnabled = true;
return this;
}