Share via


AddLargeFaceListFaceFromUrlQueryParamProperties interface

Properties

detectionModel

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

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

Property Details

detectionModel

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"

detectionModel?: string

Property Value

string

targetFace

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

targetFace?: number[] | AddLargeFaceListFaceFromUrlTargetFaceQueryParam

Property Value

userData

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

userData?: string

Property Value

string