次の方法で共有


AddFaceListFaceFromUrlQueryParamProperties interface

プロパティ

detectionModel

検出された faceId に関連付けられている 'detectionModel' です。 サポートされている 'detectionModel' 値には、'detection_01'、'detection_02'、'detection_03' があります。 既定値は 'detection_01' です。

使用可能な値: "detection_01"、"detection_02"、"detection_03"

targetFace

"targetFace=left,top,width,height" の形式で、ユーザーに追加する対象の顔を指定する顔の四角形。

userData

顔にアタッチされたユーザー指定のデータ。 サイズ制限は 1K です。

プロパティの詳細

detectionModel

検出された faceId に関連付けられている 'detectionModel' です。 サポートされている 'detectionModel' 値には、'detection_01'、'detection_02'、'detection_03' があります。 既定値は 'detection_01' です。

使用可能な値: "detection_01"、"detection_02"、"detection_03"

detectionModel?: string

プロパティ値

string

targetFace

"targetFace=left,top,width,height" の形式で、ユーザーに追加する対象の顔を指定する顔の四角形。

targetFace?: AddFaceListFaceFromUrlTargetFaceQueryParam | number[]

プロパティ値

userData

顔にアタッチされたユーザー指定のデータ。 サイズ制限は 1K です。

userData?: string

プロパティ値

string