Package version:

Response body for adding face.

interface AddFaceResultOutput {
    persistedFaceId: string;
}

Properties

Properties

persistedFaceId: string

Persisted Face ID of the added face, which is persisted and will not expire. Different from faceId which is created in "Detect" and will expire in 24 hours after the detection call.