PortraitProcessor.enablePhotographicQualityComputation Property

Module: PortraitProcessor

Type: bool

Definition

Value indicating whether photographic quality computation is enabled.

It includes image colorization, equal brightness, dynamic range, resolution, natural skin color, flash reflection, noise, over-exposure, under-exposure, pixelation, sharpness

enable_photographic_quality_computation: bool

Exceptions

An error has occurred during Face Library execution.
bool get enablePhotographicQualityComputation => getEnablePhotographicQualityComputation();
set enablePhotographicQualityComputation(bool value) => setEnablePhotographicQualityComputation(value);

Exceptions

An error has occurred during Face Library execution.
public bool enablePhotographicQualityComputation
{
    get => GetenablePhotographicQualityComputation();
    set => SetenablePhotographicQualityComputation(ref value);
}

Exceptions

An error has occurred during Face Library execution.
public boolean getEnablePhotographicQualityComputation() throws FaceException
public void setEnablePhotographicQualityComputation(boolean enablePhotographicQualityComputation) throws FaceException

Exceptions

An error has occurred during Face Library execution.
public var enablePhotographicQualityComputation: Bool
    get {
        return try! getEnablePhotographicQualityComputation()
    }
}

Exceptions

An error has occurred during Face Library execution.
int id3FacePortraitProcessor_GetEnablePhotographicQualityComputation (ID3_FACE_PORTRAIT_PROCESSOR hPortraitProcessor, bool * enablePhotographicQualityComputation)
int id3FacePortraitProcessor_SetEnablePhotographicQualityComputation (ID3_FACE_PORTRAIT_PROCESSOR hPortraitProcessor, bool enablePhotographicQualityComputation)

Returns

int
An error code.
See id3FaceError file for the list of possible error codes.