bry-biometric-collector 3.3.0-RC02 → 3.3.0-RC04
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -3
- package/dist/{DocumentCollector_d1c80ecf_3.3.0-RC02.js → DocumentCollector_defd5e57_3.3.0-RC04.js} +258 -258
- package/dist/FaceCollector_16e3c9ed_3.3.0-RC04.js +2392 -0
- package/dist/{ValidationAlert_f608a307_3.3.0-RC02.js → ValidationAlert_722c259d_3.3.0-RC04.js} +122 -122
- package/dist/{___vite-browser-external_commonjs-proxy_18980ff7_3.3.0-RC02.js → ___vite-browser-external_commonjs-proxy_c9629267_3.3.0-RC04.js} +1 -1
- package/dist/bry-biometric-collector-main.js +2 -2
- package/dist/faceApi_8254146e_3.3.0-RC04.js +15 -0
- package/dist/{fingersApi_e73e0484_3.3.0-RC02.js → fingersApi_2e316625_3.3.0-RC04.js} +34 -34
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/{index_c6027bfe_3.3.0-RC02.js → index_882c2cd7_3.3.0-RC04.js} +3 -3
- package/dist/{index_0e3c2de1_3.3.0-RC02.js → index_ccdcae61_3.3.0-RC04.js} +3 -3
- package/dist/{main_92f80aa7_3.3.0-RC02.js → main_adc308db_3.3.0-RC04.js} +6434 -6398
- package/package.json +4 -2
- package/dist/FaceCollector_0019b3db_3.3.0-RC02.js +0 -2365
- package/dist/faceApi_940794d6_3.3.0-RC02.js +0 -17
- /package/dist/{en-us_e83efd5d_3.3.0-RC02.js → en-us_e83efd5d_3.3.0-RC04.js} +0 -0
- /package/dist/{es-cl_5939150a_3.3.0-RC02.js → es-cl_5939150a_3.3.0-RC04.js} +0 -0
- /package/dist/{face_api_0e3ce8c8_3.3.0-RC02.js → face_api_0e3ce8c8_3.3.0-RC04.js} +0 -0
- /package/dist/{index-idlf-detector_39cfdffa_3.3.0-RC02.js → index-idlf-detector_39cfdffa_3.3.0-RC04.js} +0 -0
- /package/dist/{index-idlf-detector_a819b3c8_3.3.0-RC02.js → index-idlf-detector_a819b3c8_3.3.0-RC04.js} +0 -0
- /package/dist/{pt-br_fae15356_3.3.0-RC02.js → pt-br_fae15356_3.3.0-RC04.js} +0 -0
package/README.md
CHANGED
|
@@ -256,11 +256,16 @@ Currently supported tag parameters:
|
|
|
256
256
|
|
|
257
257
|
Example: `face_detection_sensitivity=strict`
|
|
258
258
|
|
|
259
|
-
- **
|
|
259
|
+
- **liveness_blob_size**: Defines the size that the encrypted liveness blob file should return.
|
|
260
260
|
|
|
261
|
-
|
|
261
|
+
Accepted values:
|
|
262
|
+
- `normal`: Normal size of the liveness blob.
|
|
263
|
+
- `small`: Small size of the liveness blob.
|
|
262
264
|
|
|
263
|
-
|
|
265
|
+
Default: `normal`
|
|
266
|
+
|
|
267
|
+
Example: `liveness_blob_size=small`
|
|
268
|
+
|
|
264
269
|
|
|
265
270
|
### **Run-time Configuration**
|
|
266
271
|
|