Skip to content

Commit 2bc5983

Browse files
committed
added livenessType description
1 parent 4fbadf7 commit 2bc5983

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

liveness.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,11 @@ components:
7171

7272
LivenessTypeEnum:
7373
type: integer
74+
description: "Liveness detection can be performed in two modes: active `0` and passive `1`. [Learn more](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/usage/liveness/#active-and-passive-modes)"
7475
default: 0
7576
enum:
7677
- 0
7778
- 1
7879
x-enum-varnames:
79-
- PASSIVE
8080
- ACTIVE
81+
- PASSIVE

0 commit comments

Comments
 (0)