Package version:

Interface AddLargePersonGroupPersonFaceFromUrlQueryParamProperties

interface AddLargePersonGroupPersonFaceFromUrlQueryParamProperties {
    detectionModel?: string;
    targetFace?: {};
    userData?: string;
}

Properties

detectionModel?: string

The 'detectionModel' associated with the detected faceIds. Supported 'detectionModel' values include 'detection_01', 'detection_02' and 'detection_03'. The default value is 'detection_01'.

Possible values: "detection_01", "detection_02", "detection_03"

targetFace?: {}

A face rectangle to specify the target face to be added to a person, in the format of 'targetFace=left,top,width,height'.

userData?: string

User-provided data attached to the face. The size limit is 1K.