ISO estimator handler

ISO Biometric estimation handler.

For detail see spec_check_iso.

ISO estimator handler

class luna_handlers.app.handlers.iso_handler.ISOHandler(request)[source]

ISO estimator handler

Resource: “/{api_version}/iso”

checkIsoLicensing()[source]

Check that an ISO license is available.

Raises

VLException(Error.LicenseProblem, 403) – if some checks failed

async getDataFromMultipart(imageType=ImageType.rawImage)[source]

Description see getDataFromMultipart().

Return type

Union[List[SDKDetectableImage], List[FaceWarp]]

async post()[source]

ISO estimations handler. See spec check iso.

Returns

Response with estimations

Return type

HTTPResponse