Interface LivenessDetectionSuccess

Final results from face analysis.

Hierarchy

  • LivenessDetectionSuccess

Properties

Properties

digest: string

We highly recommend leveraging the "digest" generated within the solution to validate the integrity of the communication between your application and the Azure AI Vision Face service. This is necessary to ensure that the final liveness detection result is trustworthy. The "digest" will be contained within the liveness detection result when calling the detectLiveness-sessions/ REST call. Look for an example of the "digest" in the tutorial where the liveness detection result is shown. Digests must match between the application and the service.

resultId: string

Result ID.

Generated using TypeDoc