Release Note 20251127

Advanced Identity Verification

  • Get Result API data.faceDetail, add the following two parameters:
    • faceImage
      • Purpose: Returns the liveness image collected under different livenessType;
      • Value Rules:
        • Default value = data.faceDetail.faceImageFar;
        • When livenessType is SILENT or ACTION, the value = data.faceDetail.silentImage;
        • When livenessType is DISTANT_NEAR or DISTANT_NEAR_ACTION, the value = data.faceDetail.faceImageFar.
    • faceImageTime
      • Purpose: Returns the collection timestamp of the liveness image corresponding to data.faceDetail.faceImage.